Re: [PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-20 Thread Andy Dougherty
On Fri, 19 Nov 2004, Patrick R. Michaud wrote: > On Fri, Nov 19, 2004 at 04:30:06PM -0500, Andy Dougherty wrote: > > > > Ok, here's a first pass. Most of it is pretty straightforward One spot I may have goofed: I changed some initializations from "" to NULL, which is, of course, rather a differ

Re: [PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-20 Thread Lars Balker Rasmussen
Andy Dougherty <[EMAIL PROTECTED]> writes: > --- parrot-orig/compilers/p6ge/p6ge_gen.c Fri Nov 19 08:53:40 2004 > +++ parrot-andy/compilers/p6ge/p6ge_gen.c Fri Nov 19 14:43:43 2004 > /* strcon(...) converts string values into PIR string constants */ > static char* > -strcon(const char* s,

Fwd: Re: [PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-19 Thread Patrick R. Michaud
d" <[EMAIL PROTECTED]> - Date: Fri, 19 Nov 2004 16:37:33 -0700 From: "Patrick R. Michaud" <[EMAIL PROTECTED]> To: Andy Dougherty <[EMAIL PROTECTED]> Cc: Perl6 Internals <[EMAIL PROTECTED]> Subject: Re: [PATCH] Re: Getting the grammar engine in (or a small task

[PATCH] Re: Getting the grammar engine in (or a small task for the interested)

2004-11-19 Thread Andy Dougherty
On Fri, 19 Nov 2004, Andy Dougherty wrote: > On Fri, 19 Nov 2004, Dan Sugalski wrote: > > > So, if someone'd like to take a shot at thumping the template > > makefile bits to add in compilers/p6ge to the basic build, that'd be > > great. Grovelling over the code in there to scrub out portability >