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