help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two yyparse() functions in the same program


From: Luca
Subject: Re: two yyparse() functions in the same program
Date: Sun, 03 Aug 2008 12:19:05 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

george smith ha scritto:
Hello,
I am building a compiler where i need a parser for the front end and another
one for the back end. So i will need two parsers in the same program
but there will be a conflict between the function names as with the global
variables. Is there any way to change the names to resolve any conficts?
Thanks in advance
George.
_______________________________________________
address@hidden http://lists.gnu.org/mailman/listinfo/help-bison

There is also a simple workaround: you can compile the front-end (or back-end) parser in a separate library (dll using windows).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]