On Fri, Feb 13, 2009 at 12:58:13AM -0600, Chris Dolan wrote: > * I couldn't figure out how to call 'compreg' from Rakudo, so I used > inline PIR
If using PCT, it shouldn't be necessary to call 'compreg' at all... where was this needed? > * a '<!before <keyword>>' token in my grammar couldn't find the > <keyword> token in the grammar, so I had to fully qualify it as > <Perk::Grammar::keyword>. This is probably because the grammar is > declared from Rakudo vs. compiled directly from PGE. Yes, that sounds like a PGE bug. > It would be interesting to see what remaining NQP constructs are not > supported under Rakudo. The main construct that NQP has that Rakudo has difficulty with is the binding operator. Pm