On Tue, May 22, 2007 at 10:32:23PM -0400, Will Coleda wrote: > > On May 22, 2007, at 10:05 PM, Patrick R. Michaud wrote: > > >And I'm really > >not sure how to create a Perl6Sub from PIR source code. > > We're already doing this in tcl. > > See src/class/tclproc.pir for the PIR class which has Sub for a > parent class. > ...
This is excellent to know, and it's a good time for me to learn about it, too. I'll run a few experiments. In particular, I want to get PGE to compile regular expressions into objects of type 'Rule' instead of 'Sub'. Thanks! Pm