Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Follow a STD.pm addition.
  • Loading branch information
jnthn committed May 20, 2009
1 parent 01ec2a7 commit 60f709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -602,7 +602,7 @@ token dottyop {
token methodop {
[
| <name>
| <?before '$' | '@' > <variable>
| <?before '$' | '@' | '&' > <variable>
| <?before <[ ' " ]> > <quote>
# { $<quote> ~~ /\W/ or .panic("Useless use of quotes") }
] <.unsp>?
Expand Down

0 comments on commit 60f709d

Please sign in to comment.