[comp.lang.c++] Lex & Yacc for C++

leo@duttnph.tudelft.nl (Leo Breebaart) (06/20/89)

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 <stdio.h> in
the lex.yy.c file, for instance.

Thanks in advance, (and my excuses if this is an often-asked question)

Leo Breebaart