On Wed, Oct 02, 2002 at 09:52:04PM -0700, Brian Ingerson wrote: > - Mitchell Charity patch: > > Mitchell wrote a drop in replacement for the Parse::RecDescent > one. We need to decide how to enable this. I previously tried a > PARSER option. But now it seems that a more powerful glue option > would be better.
Is it truly a drop in replacement, or does it actually solve some of the problems too? :-) I'm thinking about the irritation that I can't use qualifiers such as const or unsigned on the types of my C parameters because then Inline::C fails to bind to them. Nicholas Clark
