Navigation Menu

Skip to content

Commit

Permalink
Add <=> to the grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Feb 14, 2010
1 parent 4afc080 commit b96c6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -1157,6 +1157,7 @@ token infix:sym<^..^> { <sym> <O('%structural')> }

token infix:sym<leg> { <sym> <O('%structural')> }
token infix:sym<cmp> { <sym> <O('%structural')> }
token infix:sym«<=>» { <sym> <O('%structural')> }

token infix:sym<but> { <sym> <O('%structural')> }
token infix:sym<does> { <sym> <O('%structural')> }
Expand Down

0 comments on commit b96c6ef

Please sign in to comment.