Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Support ? twigil.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 30, 2009
1 parent 0bee741 commit 217bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NQP/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ token variable {

token sigil { <[$@%&]> }

token twigil { <[*!]> }
token twigil { <[*!?]> }

proto token package_declarator { <...> }
token package_declarator:sym<module> { <sym> <package_def> }
Expand Down

0 comments on commit 217bb06

Please sign in to comment.