Re: [patch] A few fixes to the Jako compiler

2001-09-16 Thread Gregor N. Purdy
Thanks. Applied. On Sat, 2001-09-15 at 20:56, Buggs wrote: > Hoi, > > Just not to lie. > > Buggs > > Index: little_languages/jakoc > === > RCS file: /home/perlcvs/parrot/little_languages/jakoc,v > retrieving revision 1.1 > diff -

Re: [patch] A few fixes to the Jako compiler

2001-09-15 Thread Buggs
Hoi, Just not to lie. Buggs Index: little_languages/jakoc === RCS file: /home/perlcvs/parrot/little_languages/jakoc,v retrieving revision 1.1 diff -u -3 -p -r1.1 jakoc --- little_languages/jakoc 2001/09/15 20:58:05 1.1 +++

Re: [patch] A few fixes to the Jako compiler

2001-09-15 Thread Gregor N. Purdy
All -- > If the assembler patch I submitted a little while ago goes in, I'll > commit these changes to the Jako compiler. They fix a bug in assignment > handling and add some more conditionals to while and if. Also it goes > back to using implicit opcodes in a few cases that were broken before >