Skip to content

Commit

Permalink
Comment noting a big hole in the !op implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Mar 7, 2010
1 parent 19c36a8 commit 54be6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -1160,6 +1160,7 @@ token infix:sym<?? !!> {
<O('%conditional, :reducecheck<ternary>, :pasttype<if>')>
}

# item_assignment is probably wrong, but I don't know how to do what is right...
token infix_prefix_meta_operator:sym<!> { <sym> <O('%item_assignment')> }

token infix:sym<:=> {
Expand Down

0 comments on commit 54be6dd

Please sign in to comment.