Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update pir::const compilation.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent 6f79391 commit b2aa14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QPerl6/Actions.pm
Expand Up @@ -3423,7 +3423,7 @@ class QPerl6::Actions is HLL::Actions {
}

method term:sym<pir::const>($/) {
make PAST::Val.new(:value(~$<const>), :returns<!macro_const>, :node($/));
make QAST::VM.new( :pirconst(~$<const>) );
}

method term:sym<nqp::op>($/) {
Expand Down

0 comments on commit b2aa14b

Please sign in to comment.