Skip to content

Commit

Permalink
Fix nqpq enough that it can at least run an nqp program with regexes in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 15, 2011
1 parent 2f8143c commit 4e60875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NQPQ/Actions.pm
Expand Up @@ -1049,7 +1049,6 @@ class NQP::Actions is HLL::Actions {
$block[0].push(PAST::Var.new(:name<$/>, :scope<lexical>, :isdecl(1)));
$block.symbol('', :scope<lexical>);
$block.symbol('$/', :scope<lexical>);
$block.blocktype('method');
my $regex := QRegex::P6Regex::Actions::buildsub($<p6regex>.ast, $block);
$regex.name($name);
my $prefix_meth;
Expand Down

0 comments on commit 4e60875

Please sign in to comment.