Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove parasithic lookaheads
According to jnthn leftovers from when the LTM wasn't too smart
  • Loading branch information
ribasushi committed Sep 16, 2013
1 parent a67c607 commit 9416e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NQP/Grammar.nqp
Expand Up @@ -590,15 +590,15 @@ grammar NQP::Grammar is HLL::Grammar {
]

[
| <?[(]> <args>
| <args>
| ':' \s <args=.arglist>
]**0..1
}

token term:sym<self> { <sym> » }

token term:sym<identifier> {
<deflongname> <?[(]> <args>
<deflongname> <args>
}

token term:sym<name> {
Expand Down

0 comments on commit 9416e3b

Please sign in to comment.