Morning (BST) all, I've started work on B::Parrot, which is a Perl 5 to Parrot translation engine. Its very basic at the moment, but I've got it successfully translating things like:
my $perliv = 10; my $perlpv = "\n"; print $perliv; print $perlpv; into working, assemble-able parrot code. Before I go any further on this crack-fuelled project is there anything I should be aware of? Are others working on this? Have I done far too much crack smoking to consider doing something like this now? Regards, James.