Re: [perl #60922] Parrot doesn't distinguish hash access from array access in matches
Just a note that I expect we will fix this when we implement slicing and the postcircumfix: methods. Pm
[perl #60922] Parrot doesn't distinguish hash access from array access in matches
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60922] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60922 > rakudo: grammar G { token TOP { ^ + $ }; token foo { ':' ? }; token bar { \w } }; ":a: