Xref: utzoo comp.lang.c++:8806 gnu.g++:1015 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!umich!umeecs!bagchi@dip.eecs.umich.edu From: bagchi@dip.eecs.umich.edu (Ranjan Bagchi) Newsgroups: comp.lang.c++,gnu.g++ Subject: yacc/lex experience... Message-ID: <3006@zipeecs.umich.edu> Date: 5 Aug 90 20:48:00 GMT Sender: news@zip.eecs.umich.edu Organization: University of Michigan EECS Dept, Ann Arbor, MI Lines: 11 Does anyone have any experience with using yacc & lex in conjunction with c++/g++? I've got a yyparse function which I would like to make a member function of class say...foo. I'm assuming that everything could be done with a sed script, but I really don't know about all the functions which need name-changes. again...calling upon the knowledge banks ofthe net... -rj bagchi@eecs.umich.edu