Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
force the NFA to prefere scope_declarator
  • Loading branch information
FROGGS committed Jul 29, 2014
1 parent 7a442ac commit 37ef09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl5/Grammar.pm
Expand Up @@ -2309,7 +2309,7 @@ grammar Perl5::Grammar does STD5 {
}

token term:sym<package_declarator> { <package_declarator> }
token term:sym<scope_declarator> { <scope_declarator> }
token term:sym<scope_declarator> { <?before my | our | local | state> <scope_declarator> }
token term:sym<routine_declarator> { <routine_declarator> }
token term:sym<dotty> { <dotty> }
token term:sym<value> { <value> }
Expand Down

0 comments on commit 37ef09b

Please sign in to comment.