Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Undo a before to cclass that busts LTM.
  • Loading branch information
jnthn committed Oct 3, 2013
1 parent 0029ea5 commit ecc836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -3430,7 +3430,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
token prefix:sym<temp> { <sym> \s+ <!before '=>'> <O('%named_unary')> { $*W.give_cur_block_temp($/) } }

token infix:sym«==» { <sym> <O('%chaining')> }
token infix:sym«!=» { <sym> <?[\s\]]> <O('%chaining')> }
token infix:sym«!=» { <sym> <?before \s|']'> <O('%chaining')> }
token infix:sym«<=» { <sym> <O('%chaining')> }
token infix:sym«>=» { <sym> <O('%chaining')> }
token infix:sym«<» { <sym> <O('%chaining')> }
Expand Down

0 comments on commit ecc836b

Please sign in to comment.