Skip to content

Commit

Permalink
require postfix after postfix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Mar 26, 2015
1 parent 9210cc6 commit 663a22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -3851,6 +3851,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
| <OPER=postcircumfix>
| <OPER=dotty>
| <OPER=privop>
| <?{ $<postfix_prefix_meta_operator> && !$*QSIGIL }> <.missing: "postfix">
]
{ $*LEFTSIGIL := '@'; }
}
Expand Down

0 comments on commit 663a22b

Please sign in to comment.