Path: utzoo!utgpu!news-server.csri.toronto.edu!dgp.toronto.edu!davet Newsgroups: comp.lang.c++ From: davet@dgp.toronto.edu (Dave Tonnesen) Subject: building little languages? Message-ID: <1991Apr22.191311.16299@jarvis.csri.toronto.edu> Organization: CSRI, University of Toronto Date: 22 Apr 91 23:13:11 GMT Lines: 17 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