Skip to content

Commit

Permalink
mapped getlexrel
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Oct 27, 2013
1 parent 5aee41a commit c5aa3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -1890,6 +1890,7 @@ 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_moarop_mapping('getlexrel', 'getlexrel');
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
2 changes: 1 addition & 1 deletion tools/build/MOAR_REVISION
@@ -1 +1 @@
2013.10-97-g7520c7a
2013.10-100-g5d09849

0 comments on commit c5aa3c2

Please sign in to comment.