[perl #53018] grammar not behaving as class

2008-05-06 Thread [EMAIL PROTECTED] via RT
Hi, I've now made grammars a whole lot more class like. They get proto-objects and inheritance works too, plus the regexen go in the correct namespaces. There is some work to do getting Foo::bar to work now (where Foo is a grammar name and bar is a regex name in the grammar), but that's a

[perl #53018] grammar not behaving as class

2008-04-17 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #53018] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53018 # grammars don't behave as regular classes. # I would expect A.WHAT to exist