Skip to content

Commit

Permalink
Fix user defined ops, which probably deals with many of the test regr…
Browse files Browse the repository at this point in the history
…essions.
  • Loading branch information
jnthn committed Jul 28, 2012
1 parent 99d850b commit 2b57323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -2833,6 +2833,7 @@ grammar Perl6::Grammar is HLL::Grammar {

# Wrap it in a block, compile and install it in the methods
# table.
my $*PIRT := 0;
my %*RX;
%*RX<name> := $canname;
$parse := QRegex::P6Regex::Actions::buildsub($parse);
Expand Down

0 comments on commit 2b57323

Please sign in to comment.