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
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
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
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
___