Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo (pmichaud++)
  • Loading branch information
sorear committed May 13, 2010
1 parent f5f582d commit 379f1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NQP/Grammar.pm
Expand Up @@ -526,9 +526,9 @@ token infix:sym<,> { <sym> <O('%comma, :pasttype<list>')> }

token prefix:sym<return> { <sym> \s <O('%list_prefix, :pasttype<return>')> }
token prefix:sym<make> { <sym> \s <O('%list_prefix')> }
token term:sym<last> { <sym> \s <O('%list_prefix')> }
token term:sym<next> { <sym> \s <O('%list_prefix')> }
token term:sym<redo> { <sym> \s <O('%list_prefix')> }
token term:sym<last> { <sym> }
token term:sym<next> { <sym> }
token term:sym<redo> { <sym> }

method smartmatch($/) {
# swap rhs into invocant position
Expand Down

0 comments on commit 379f1b2

Please sign in to comment.