Re: Code snippets for the perl 6 compiler

2004-05-11 Thread Dan Sugalski
At 2:15 PM -0500 5/10/04, Allison Randal wrote: Dan Sugalski wrote: I think the first step here is to get the low-level perl operations defined, and their parrot translations worked out. For this I mean that we need to have a list of: Perl: a = b + c; Parrot: add a, b, c I

Re: Code snippets for the perl 6 compiler

2004-05-10 Thread Allison Randal
Dan Sugalski wrote: > > I think the first step here is to get the low-level perl operations > defined, and their parrot translations worked out. For this I mean > that we need to have a list of: > >Perl: > a = b + c; > >Parrot: > add a, b, c > > I expect things like the fo