Re: [Patch] A few fixes. [APPLIED]

2002-02-06 Thread Andy Dougherty
On Wed, 6 Feb 2002, Josh Wilmes wrote: > > > # > Probably not: IIRC the standard requires the parts inside > > # > #if 0/#endif to be tokenizable. > > Then just delete the stuff. It's just some Perl 5 code I tried to adapt > > to Parrot but gave up on. > > OK. Revised patch: Thanks, applied

Re: [Patch] A few fixes.

2002-02-06 Thread Josh Wilmes
At 8:42 on 02/06/2002 PST, "Brent Dax" <[EMAIL PROTECTED]> wrote: > Andy Dougherty: > # On Wed, 6 Feb 2002, Mattia Barbon wrote: > # > Probably not: IIRC the standard requires the parts inside > # > #if 0/#endif to be tokenizable. > # > # If I recall correctly, some AIX compilers will complain ab

RE: [Patch] A few fixes.

2002-02-06 Thread Brent Dax
Andy Dougherty: # On Wed, 6 Feb 2002, Mattia Barbon wrote: # # > > "misc.c", line 541: Error: # > > [ISO 6.1.4]: End of line in string literal. # > > # > > Here's a patch. That last one is particularly odd, as it # is in a #if 0. # > > I'm leaving it for now, as I think this is a case of th

Re: [Patch] A few fixes.

2002-02-06 Thread Andy Dougherty
On Wed, 6 Feb 2002, Mattia Barbon wrote: > > "misc.c", line 541: Error: > > [ISO 6.1.4]: End of line in string literal. > > > > Here's a patch. That last one is particularly odd, as it is in a #if 0. > > I'm leaving it for now, as I think this is a case of the compiler being on > > cra

Re: [Patch] A few fixes.

2002-02-06 Thread Mattia Barbon
> "misc.c", line 541: Error: > [ISO 6.1.4]: End of line in string literal. > > Here's a patch. That last one is particularly odd, as it is in a #if 0. > I'm leaving it for now, as I think this is a case of the compiler being on > crack. Probably not: IIRC the standard requires the parts

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 >