help-bison
[Top][All Lists]
Advanced

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

two yyparse() functions in the same program


From: george smith
Subject: two yyparse() functions in the same program
Date: Sat, 2 Aug 2008 15:23:14 +0300

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.


reply via email to

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