On Sat Nov 29 17:03:22 2008, masak wrote:
> Rakudo r33329 can't instantiate classes that contain a grammar.
>
> $ perl6 -e 'class A { grammar B {} }; A.new'
> Null PMC access in get_string()
> [...]Fixed in r35884, and tests added in Pugs r25000 (plus to make sure you can invoke rules in the nested grammar). Thanks, Jonathan
