Skip to content

Commit

Permalink
Add ident so we can LTM on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 1, 2012
1 parent f335c7f commit fb45990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -66,6 +66,10 @@ grammar Perl6::Grammar is HLL::Grammar {
token apostrophe {
<[ ' \- ]>
}

token ident {
<.alpha> \w*
}

token identifier {
<.ident> [ <.apostrophe> <.ident> ]*
Expand Down

0 comments on commit fb45990

Please sign in to comment.