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
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