Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbreak @A>>.[] dotted form
  • Loading branch information
TimToady committed Sep 23, 2015
1 parent 631ac40 commit be02b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -3755,6 +3755,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
| <OPER=postfix>
| '.' <?before \W> <OPER=postfix> ## dotted form of postfix operator (non-wordy only)
| <OPER=postcircumfix>
| '.' <?[ [ { < ]> <OPER=postcircumfix>
| <OPER=dotty>
| <OPER=privop>
| <?{ $<postfix_prefix_meta_operator> && !$*QSIGIL }>
Expand Down

0 comments on commit be02b7c

Please sign in to comment.