Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix pir::op
  • Loading branch information
jnthn committed Jul 9, 2012
1 parent b8553f9 commit 2c74da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QPerl6/Actions.pm
Expand Up @@ -3339,7 +3339,7 @@ class QPerl6::Actions is HLL::Actions {
my $pirop := nqp::join(' ', nqp::split('__', ~$<op>));
my $past := QAST::VM.new( :pirop($pirop), :node($/) );
if $<args> {
for $<args>[0].ast {
for $<args>[0].ast.list {
$past.push($_);
}
}
Expand Down

0 comments on commit 2c74da4

Please sign in to comment.