Xref: utzoo comp.unix.programmer:195 comp.lang.c:32652 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sol.ctr.columbia.edu!emory!stiatl!bagend!galbp!bwilab3!chris From: chris@bwilab3.UUCP (Chris Curtin) Newsgroups: comp.unix.programmer,comp.lang.c Subject: yacc/bison question Keywords: yacc bison Message-ID: <122@bwilab3.UUCP> Date: 5 Oct 90 12:50:20 GMT Followup-To: comp.unix.programmer Organization: Bradley Ward Inc., Atlanta, Ga Lines: 16 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