Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!mcvax!hp4nl!dutrun!leo From: leo@duttnph.tudelft.nl (Leo Breebaart) Newsgroups: comp.lang.c++ Subject: Lex & Yacc for C++ Summary: Do they exist? Message-ID: <752@dutrun.UUCP> Date: 20 Jun 89 13:30:55 GMT Sender: tnphnws@dutrun.UUCP Reply-To: leo@duttnph.UUCP (Leo Breebaart) Organization: Delft University of Technology, The Netherlands Lines: 11 We are currently working on a compiler, and we want to write it in C++. First of all, I would appreciate any pointers to similar projects. Second, I would like to know if someone has developed (GNU perhaps?) versions of Lex and Yacc that support C++ as host language. We use the C-versions at the moment, but it is really a rather ugly hack having to manually delete Lex's standard #inclusion of in the lex.yy.c file, for instance. Thanks in advance, (and my excuses if this is an often-asked question) Leo Breebaart