Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[unicode-grant] Bump MoarVM and add new indexicim and eqaticim ops
ignorecase+ignoremark nqp::index and nqp::eqat like functions.
  • Loading branch information
samcv committed Jun 8, 2017
1 parent a1c5a07 commit 4c7f683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -2236,6 +2236,7 @@ QAST::MASTOperations.add_core_moarop_mapping('ordat', 'ordat');
QAST::MASTOperations.add_core_moarop_mapping('ordbaseat', 'ordbaseat');
QAST::MASTOperations.add_core_moarop_mapping('indexfrom', 'index_s');
QAST::MASTOperations.add_core_moarop_mapping('indexic', 'indexic_s');
QAST::MASTOperations.add_core_moarop_mapping('indexicim', 'indexicim_s');
QAST::MASTOperations.add_core_moarop_mapping('rindexfrom', 'rindexfrom');
QAST::MASTOperations.add_core_moarop_mapping('substr_s', 'substr_s');
QAST::MASTOperations.add_core_moarop_mapping('codepointfromname', 'getcpbyname');
Expand Down Expand Up @@ -2278,6 +2279,8 @@ QAST::MASTOperations.add_core_op('tclc', -> $qastcomp, $op {

QAST::MASTOperations.add_core_moarop_mapping('eqat', 'eqat_s');
QAST::MASTOperations.add_core_moarop_mapping('eqatic', 'eqatic_s');
QAST::MASTOperations.add_core_moarop_mapping('eqaticim', 'eqaticim_s');


QAST::MASTOperations.add_core_op('substr', -> $qastcomp, $op {
my @operands := $op.list;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/MOAR_REVISION
@@ -1 +1 @@
2017.05-59-gf17adad
2017.05-71-gad6ab26f

0 comments on commit 4c7f683

Please sign in to comment.