# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64826] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64826 >
<masak> rakudo: grammar A { rule TOP { ( <term> )* }; token term { \d
} }; my $m = A.parse("8"); say $/[0]<term>
<p6eval> rakudo a58fce: OUTPUT«Null PMC access in invoke() [...]
* masak submits rakudobug
Discovered by Håkon Karlsen.
