I've restructured the output from the miniperl parser to make things a
little less confusing than having HoLoHoLo... monstrosities floating
around, and added a rather large and hopefully somewhat comprehensive
test suite into Miniperl/t. The code generator now handles expressions
fairly cleanly, u
On Sun, 16 Dec 2001, Nicholas Clark wrote:
> On Wed, Dec 12, 2001 at 05:02:29PM -0500, Andy Dougherty wrote:
> >
> > cd foo && $(MAKE) && cd ..
> >
> so if submake fails, returning an exit code non-zero you don't cd .. ?
Yup. Better not fail, then.
> assuming you've got some sort of subs
I've started on this, but I don't really have much time to work on
it any further. If anyone wants to take over, have fun. It translates
Python bytecode into Parrot assembler.
#!/usr/bin/perl
use Python::Bytecode;
my @p_registers = ("topstack");
my @free_list;
open IN, shift or die "Can't open