[comp.lang.c] yacc/bison question

chris@bwilab3.UUCP (Chris Curtin) (10/05/90)

I am looking for a way to have multiple yacc/bison routines in a program. I
also need to be able to name them anything, not just yyparse1 etc.

I know that doing a global replace with the preprocessor will not work because
of the use of globals in calls to library routines.

If this is possible it will make my life much easier and produce better quality
code. (Now I have to hand parse all input and it gets tedious and error prone).

Thanks in advance.

Chris Curtin

 ...!gatech!galbp!bwilab3!chris