Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
listify the expression for winner
this makes single-argument winner work.
  • Loading branch information
timo committed Nov 21, 2013
1 parent 528c078 commit ba8b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1240,7 +1240,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
:name('new'),
QAST::WVal.new( :value($*W.find_symbol(['List'])) ) ));
} else {
$past.push( $<xblock><EXPR>.ast );
$past.push( QAST::Op.new(:name('&infix:<,>'), :op('call'), $<xblock><EXPR>.ast) );
}
} elsif $<block> {
$past.push( QAST::Op.new(
Expand Down

0 comments on commit ba8b9fb

Please sign in to comment.