Skip to content

Commit

Permalink
Map nqp::getlexouter for MoarVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 26, 2013
1 parent 52b8ada commit 0607d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -1881,6 +1881,7 @@ QAST::MASTOperations.add_core_moarop_mapping('bindlex_n', 'bindlex_nn', 1);
QAST::MASTOperations.add_core_moarop_mapping('bindlex_s', 'bindlex_ns', 1);
QAST::MASTOperations.add_core_moarop_mapping('getlexdyn', 'getdynlex');
QAST::MASTOperations.add_core_moarop_mapping('bindlexdyn', 'binddynlex');
QAST::MASTOperations.add_core_moarop_mapping('getlexouter', 'getlexouter');
QAST::MASTOperations.add_core_op('locallifetime', -> $qastcomp, $op {
# TODO: take advantage of this info for code-gen, if possible.
$qastcomp.as_mast($op[0])
Expand Down

0 comments on commit 0607d97

Please sign in to comment.