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

Code snippets for the perl 6 compiler

2004-05-06 Thread Dan Sugalski
Since it looks like Larry's pretty much done with the meat of perl 6, it's time to start in on getting the compiler written. I'll go nudge Ask again to split the list up so the folks who don't care about Parrot and the folks that don't care about perl can do their respective work in peace. I t