Skip to content

Commit 7a2851c

Browse files
committed
Map encode/decode ops, in prep for work on them.
1 parent 787c6cc commit 7a2851c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,8 @@ QAST::MASTOperations.add_core_moarop_mapping('index_s', 'index_s');
15831583
QAST::MASTOperations.add_core_moarop_mapping('rindexfrom', 'rindexfrom');
15841584
QAST::MASTOperations.add_core_moarop_mapping('substr_s', 'substr_s');
15851585
QAST::MASTOperations.add_core_moarop_mapping('codepointfromname', 'getcpbyname');
1586+
QAST::MASTOperations.add_core_moarop_mapping('encode', 'encode');
1587+
QAST::MASTOperations.add_core_moarop_mapping('decode', 'decode');
15861588

15871589
QAST::MASTOperations.add_core_op('substr', -> $qastcomp, $op {
15881590
my @operands := $op.list;

0 commit comments

Comments
 (0)