[comp.lang.c++] building little languages?

davet@dgp.toronto.edu (Dave Tonnesen) (04/23/91)

I am looking to implement a parser/interpreter as a front end to a
program written in C++, AT&T 2.0.  If I was programming in C, I would
use Lex, Yacc, along with the stdio library.  While I realize I can
use stdio in C++ the manuals strongly suggest using the iostream
library.

Does anyone have suggestions as the best direction to go in this
situation?  Is there something equivalent to Lex and Yacc but 
written with C++ in mind?

Any help is appreciated.

- Dave

-----------------------------------------------------------------
David Tonnesen		davet@dgp.toronto.edu