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.
_______________________________________________
help-bison@gnu.org 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).


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to