Re: push parser

2007-06-11 Thread Bob Rossi
On Mon, Jun 04, 2007 at 09:08:27AM -0400, Bob Rossi wrote: > Hi All, > > I think it's about time we finish up the push parser. I've become very > busy lately and don't have a lot of time. What would be required of me > to get push.c moved over to yacc.c? > > I'd like to make sure this gets into t

Name Conflict With Multiple Parsers In Same Program

2007-06-11 Thread Bob Smith
I'm trying to use two parsers in the same program to parse different grammars. The %name-prefix declaration works fine for as far as it goes. However, I'm also using #define YYDEBUG 1 %pure-parser %lex-param {LPPLLOCALVARS lpplLocalVars} %parse-param {LPPLLOCALVA