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: | "Vidya Praveen" <vidyapraveen@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 29 Apr 2004 12:03:16 -0400 |
Organization: | Compilers Central |
References: | 04-04-065 |
Keywords: | C++, parse |
Posted-Date: | 29 Apr 2004 12:03:16 EDT |
> Is there to your knowledge any existing free C++ open source code that
> parses C++ code and generates an abstract syntax tree?
GCC generates trees (AST) and uses trees as it's internal representation
before generating the IR.
Vidya Praveen
Return to the
comp.compilers page.
Search the
comp.compilers archives again.