Interesting.
On 2015-11-05 16:13:33, besc...@gmail.com wrote: > 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.