| Related articles |
|---|
| C++ Abstract Syntax Tree lievenswouter@snotmail.com (Wouter Lievens) (2004-04-21) |
| Re: C++ Abstract Syntax Tree sk@bez.spamu.z.pl (Sebastian) (2004-04-28) |
| Re: C++ Abstract Syntax Tree jakacki@hotmail.com (2004-04-28) |
| Re: C++ Abstract Syntax Tree vidyapraveen@yahoo.com (Vidya Praveen) (2004-04-29) |
| From: | Sebastian <sk@bez.spamu.z.pl> |
| Newsgroups: | comp.compilers |
| Date: | 28 Apr 2004 15:22:29 -0400 |
| Organization: | in Forma |
| References: | 04-04-065 |
| Keywords: | C++, parse |
| Posted-Date: | 28 Apr 2004 15:22:29 EDT |
Wouter Lievens wrote:
> Is there to your knowledge any existing free C++ open source code that
> parses C++ code and generates an abstract syntax tree?
I think there's some grammar for PCCTS 1.x (looak at www.antlr.org). PCCTS
generates C++ code so that would be what you need.
rgds
Sebastian Kaliszewski
Return to the
comp.compilers page.
Search the
comp.compilers archives again.