Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #339 from usev6/nom
Allow postfix operator called as method after unary postfix hyper operator
  • Loading branch information
moritz committed Dec 23, 2014
2 parents c05de61 + c941b0b commit 8154bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -3695,6 +3695,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
[ ['.' <.unsp>?]? <postfix_prefix_meta_operator> <.unsp>?]**0..1
[
| <OPER=postfix>
| '.' <?before \W> <OPER=postfix> ## dotted form of postfix operator (non-wordy only)
| <OPER=postcircumfix>
| <OPER=dotty>
| <OPER=privop>
Expand Down

0 comments on commit 8154bd3

Please sign in to comment.