Related articles |
---|
C++ parser? arrigo@vision.caltech.edu (Arrigo Benedetti) (2001-03-08) |
Re: C++ parser? lalle@sics.se (Lars Albertsson) (2001-03-22) |
From: | Arrigo Benedetti <arrigo@vision.caltech.edu> |
Newsgroups: | comp.compilers |
Date: | 8 Mar 2001 12:33:50 -0500 |
Organization: | Caltech |
Keywords: | C++, question |
Posted-Date: | 08 Mar 2001 12:33:50 EST |
I am looking for a parser written in c/c++ that processes C++ code,
generates a semantic parse tree, and outputs the same code. I want to
modify the parser to change the type of some objects.
This is going to be used in a tool to perform automatic floting to
fixed-point conversion for hardware datapaths.
Any pointers?
Thanks,
-Arrigo
Return to the
comp.compilers page.
Search the
comp.compilers archives again.