Skip to content

Commit

Permalink
Add Sop and Xop to the grammar, without actually implementing them.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Mar 15, 2010
1 parent b12fd89 commit e3b5d7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -1217,6 +1217,8 @@ token infix:sym<?? !!> {
# 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_prefix_meta_operator:sym<R> { <sym> <O('%item_assignment')> }
token infix_prefix_meta_operator:sym<S> { <sym> <O('%item_assignment')> }
token infix_prefix_meta_operator:sym<X> { <sym> <O('%item_assignment')> }

token infix:sym<:=> {
<sym> <O('%item_assignment, :reducecheck<bindish_check>')>
Expand Down

0 comments on commit e3b5d7b

Please sign in to comment.