Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a now-unrequired <!before ...> in rad_number, meaning that it …
…gets a declarative prefix (and thus trims sooner).
  • Loading branch information
jnthn committed May 26, 2012
1 parent e22f54f commit 5bec1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Perl6/Grammar.pm
Expand Up @@ -2094,8 +2094,8 @@ grammar Perl6::Grammar is HLL::Grammar {
}

token rad_number {
<!before '::'> ':' $<radix> = [\d+] <.unsp>?
# {} # don't recurse in lexer
':' $<radix> = [\d+] <.unsp>?
{} # don't recurse in lexer
# :dba('number in radix notation')
[
|| '<'
Expand Down

0 comments on commit 5bec1f1

Please sign in to comment.