Patrick R. Michaud wrote:
At any rate, pgc.pir and Perl6Grammar.pir (used to compile grammars into PIR) both want the ability to compile and install rules at runtime, so we really need the eval version to work before we can progress much. Either that or I'll come up with a workaround for those.
The preferred way of adding methods at runtime is to call 'add_method' on the class object.
Allison