Skip to content

Commit

Permalink
Need to parse unspace in a methodop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 19, 2010
1 parent d04f9ec commit 1c90df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -938,7 +938,7 @@ token methodop {
| <?before <[ ' " ]> >
<quote>
[ <?before '(' | '.(' | '\\'> || <.panic: "Quoted method name requires parenthesized arguments"> ]
]
] <.unsp>?
[
| <?[(]> <args>
| ':' \s <args=.arglist>
Expand Down

0 comments on commit 1c90df0

Please sign in to comment.