Skip to content

Commit

Permalink
allow a dot before hyper postfix (also unspace).
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jun 17, 2013
1 parent d3ae978 commit 003f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
[ <!{ $*QSIGIL }> [ <.unsp> | '\\' ] ]?

:dba('postfix')
<postfix_prefix_meta_operator>**0..1
[ ['.' <.unsp>?]? <postfix_prefix_meta_operator> <.unsp>?]**0..1
[
| <OPER=postfix>
| <OPER=postcircumfix>
Expand Down

0 comments on commit 003f346

Please sign in to comment.