Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stub charrange for moarvm.
  • Loading branch information
timo committed Nov 11, 2013
1 parent 444052f commit f8a27c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vm/moar/QAST/QASTRegexCompilerMAST.nqp
Expand Up @@ -439,6 +439,11 @@ class QAST::MASTRegexCompiler {
@ins
}

method charrange($node) {
# TODO: implement charrange for moarvm.
self.enumcharlist($node);
}

method literal($node) {
my $litconst := $node[0];
my $eq_op := $node.subtype eq 'ignorecase' ?? 'eqatic_s' !! 'eqat_s';
Expand Down

0 comments on commit f8a27c0

Please sign in to comment.