Skip to content

Commit

Permalink
fix [expr true]/[expr false]
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 13, 2013
1 parent 54e7a1c commit 1f25c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Partcl/Actions.pm
Expand Up @@ -332,10 +332,10 @@ class Partcl::Actions is HLL::Actions {
}
method term:sym<true>($/) {
make $/.Str
make QAST::SVal.new( :value($/.Str) )
}
method term:sym<false>($/) {
make $/.Str
make QAST::SVal.new( :value($/.Str) )
}
method term:sym<variable>($/) {
Expand Down

0 comments on commit 1f25c4c

Please sign in to comment.