Skip to content

Commit

Permalink
Map decodestream ops.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 24, 2016
1 parent 4dcc311 commit b30de50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -2267,6 +2267,15 @@ QAST::MASTOperations.add_core_moarop_mapping('encodenorm', 'encodenorm', 3);
QAST::MASTOperations.add_core_moarop_mapping('normalizecodes', 'normalizecodes', 2);
QAST::MASTOperations.add_core_moarop_mapping('strfromcodes', 'strfromcodes');
QAST::MASTOperations.add_core_moarop_mapping('strtocodes', 'strtocodes', 2);
QAST::MASTOperations.add_core_moarop_mapping('decoderconfigure', 'decoderconfigure', 0);
QAST::MASTOperations.add_core_moarop_mapping('decodersetlineseps', 'decodersetlineseps', 0);
QAST::MASTOperations.add_core_moarop_mapping('decoderaddbytes', 'decoderaddbytes', 1);
QAST::MASTOperations.add_core_moarop_mapping('decodertakechars', 'decodertakechars');
QAST::MASTOperations.add_core_moarop_mapping('decodertakeallchars', 'decodertakeallchars');
QAST::MASTOperations.add_core_moarop_mapping('decodertakeline', 'decodertakeline');
QAST::MASTOperations.add_core_moarop_mapping('decoderbytesavailable', 'decoderbytesavailable');
QAST::MASTOperations.add_core_moarop_mapping('decodertakebytes', 'decodertakebytes');
QAST::MASTOperations.add_core_moarop_mapping('decoderempty', 'decoderempty');

QAST::MASTOperations.add_core_op('tclc', -> $qastcomp, $op {
my @operands := $op.list;
Expand Down

0 comments on commit b30de50

Please sign in to comment.