diff --git a/src/Raku/Grammar.nqp b/src/Raku/Grammar.nqp index 1b7371cd05e..0051d7d0e3d 100644 --- a/src/Raku/Grammar.nqp +++ b/src/Raku/Grammar.nqp @@ -2051,8 +2051,8 @@ grammar Raku::Grammar is HLL::Grammar does Raku::Common { token prefix:sym { <.end-prefix> } #------------------------------------------------------------------------------- -# Alpha infixes that need a right word boundary, and which will need special -# handling for non-English versions of the Raku Programming Language +# Alpha infixes that may need a right word boundary, and which will need +# special handling for non-English versions of the Raku Programming Language proto token infix {*} token infix:sym { » } @@ -2068,12 +2068,12 @@ grammar Raku::Grammar is HLL::Grammar does Raku::Common { token infix:sym { » } token infix:sym { » } token infix:sym<^ff> { » } - token infix:sym { » } - token infix:sym<^ff^> { » } + token infix:sym { } + token infix:sym<^ff^> { } token infix:sym { » } token infix:sym<^fff> { » } - token infix:sym { » } - token infix:sym<^fff^> { » } + token infix:sym { } + token infix:sym<^fff^> { } token infix:sym { » } token infix:sym«ge» { » } token infix:sym«gt» { » }