On Feb 13, 2009, at 9:54 AM, Patrick R. Michaud wrote:

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?

Oh yeah, duh...  I translated too literally from the PIR code.

  * 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.

I'll look for the root cause and file either a bug or a patch.

 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.

Hmm, I've heard you say that before, but I have not encountered any such difficulty to date. I wonder what gotcha I'm destined to hit? :-)

Thanks for the feedback.

Chris

Reply via email to