Re: PHP/Parrot

2003-07-29 Thread Simon Glover
On 29 Jul 2003, Luke Palmer wrote: > > G'day, > > > > For a complete list of instructions, grab the cvs and look at the > various .ops files. They are scattered with POD documentation about > each op they implement. The same documentation can also be found in the docs/ops/ subdirectory -- it'

Re: PHP/Parrot

2003-07-28 Thread Luke Palmer
> G'day, > > I'm doing a bit of research and having a bit of fun reimplementing > the PHP parser, I've been using Python and dParser.sf.net > (http://dparser.sf.net A scannerless GLR parser). > > I'm almost to the point where I can start taking an AST and doing > code generation, and I'd really l

PHP/Parrot

2003-07-28 Thread Stephen Thorne
G'day, I'm doing a bit of research and having a bit of fun reimplementing the PHP parser, I've been using Python and dParser.sf.net (http://dparser.sf.net A scannerless GLR parser). I'm almost to the point where I can start taking an AST and doing code generation, and I'd really like to be a