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?
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 '>' token in my grammar couldn't find the
> tok
I just finished converting Perk (a Java compiler targeting Parrot)
from PCT+NQP/PIR to PCT+Rakudo. That is, the main entry point and
actions.pm for my compiler are written in Perl 6.
http://github.com/chrisdolan/perk/tree/master
I had to make a few little hacks along the way:
* PCT::HL