Multiple parsers

2009-02-19 Thread Mark Samonds
begin:vcard fn:Mark Samonds n:Samonds;Mark org:ESI US R&D adr:Suite 119;;6851 Oak Hall Lane;Columbia;MD;21045;USA email;internet:m...@esi-group.com title:Technical Director tel;work:+1-410-988-3164 ext. 200 tel;fax:+1-410-309-5943 tel;cell:+1-443-631-7355 url:http://www.esi-group.com version:2.1 en

Re: Name Conflict With Multiple Parsers In Same Program

2007-06-12 Thread Hans Aberg
On 12 Jun 2007, at 02:17, Bob Smith wrote: I'm trying to use two parsers in the same program to parse different grammars. ... The problem occurs with the following four function names not subject to %name-prefix: yy_symbol_value_print, yy_symbol_print, yy_reduce_print, and yydestruct. In one

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

multiple parsers and single scanner

2006-01-04 Thread Arkadius Nowakowski
hi, how is it possible to create multiple parsers calling each other while using the same scanner (flex)? or is this impossible at all? I've already tried this but I'm getting re-define warnings during compilation... best regards ___