Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix "earliest @array { ... }"
dunno if that is the best fix, but it makes the tests pass
and does not look too dubious to me :-)
  • Loading branch information
moritz committed Aug 26, 2015
1 parent c87c203 commit a11e8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1413,7 +1413,7 @@ Compilation unit '$file' contained the following violations:
:name('new'),
QAST::WVal.new( :value($*W.find_symbol(['List'])) ) ));
} else {
$past.push( QAST::Op.new(:name('&infix:<,>'), :op('call'), $<xblock><EXPR>.ast) );
$past.push( QAST::Op.new(:name('&flat'), :op('call'), $<xblock><EXPR>.ast) );
}
} elsif $<block> {
$past.push( QAST::Op.new(
Expand Down

0 comments on commit a11e8f2

Please sign in to comment.