# New Ticket Created by  B. N. 
# Please include the string:  [perl #126574]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126574 >


m: grammar G {rule TOP {<G1>}; token G1 {A}}; my $g =
G.parse("A");  say $g<G1>».Str

rakudo-moar c880f1: OUTPUT«()»

See: http://irclog.perlgeek.de/perl6/2015-11-05#i_11492065

and subsequent discussion.

Reply via email to