Skip to content

Commit

Permalink
Add Zop to the grammar. (Actual implementation not yet there.)
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Mar 15, 2010
1 parent bc08aa4 commit 79085cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -1219,6 +1219,7 @@ 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_prefix_meta_operator:sym<Z> { <sym> <O('%item_assignment')> }

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

0 comments on commit 79085cd

Please sign in to comment.