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 nes
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60924]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60924 >
Rakudo r33329 can't instantiate classes that contain a grammar.
$ perl6 -e 'class A { g