Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
with/without statement mods are also terminators
  • Loading branch information
TimToady committed Oct 8, 2015
1 parent e54ea07 commit 23c9dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -1359,6 +1359,8 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
token terminator:sym<for> { 'for' <.kok> }
token terminator:sym<given> { 'given' <.kok> }
token terminator:sym<when> { 'when' <.kok> }
token terminator:sym<with> { 'with' <.kok> }
token terminator:sym<without> { 'without' <.kok> }
token terminator:sym<arrow> { '-->' }


Expand Down

0 comments on commit 23c9dff

Please sign in to comment.