Skip to content

Commit

Permalink
Add prefix:sym<|> to the grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Feb 10, 2010
1 parent 2a0400a commit 9c17cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -1027,7 +1027,8 @@ token prefix:sym<-> { <sym> <![>]> <O('%symbolic_unary')> }
token prefix:sym<?> { <!before '???'> <sym> <O('%symbolic_unary')> }
token prefix:sym<!> { <!before '!!!'> <sym> <O('%symbolic_unary, :pirop<isfalse>')> }
token prefix:sym<+^> { <sym> <O('%symbolic_unary, :pirop<bnot>')> }
token prefix:sym<^> { <sym> <O('%symbolic_unary')> }
token prefix:sym<^> { <sym> <O('%symbolic_unary')> }
token prefix:sym<|> { <sym> <O('%symbolic_unary')> }

token infix:sym<*> { <sym> <O('%multiplicative')> }
token infix:sym</> { <sym> <O('%multiplicative')> }
Expand Down

0 comments on commit 9c17cb6

Please sign in to comment.