| Related articles |
|---|
| C Compiler in C++ stanarevic@hotmail.com (2002-05-08) |
| Re: C Compiler in C++ loewis@informatik.hu-berlin.de (2002-05-12) |
| Re: C Compiler in C++ dnovillo@redhat.com (Diego Novillo) (2002-05-12) |
| Re: C Compiler in C++ journeyman@compilerguru.com (2002-05-12) |
| Re: C Compiler in C++ thp@cs.ucr.edu (2002-05-12) |
| Re: C Compiler in C++ rbates@southwind.net (Rodney M. Bates) (2002-05-13) |
| Re: C Compiler in C++ lex@cc.gatech.edu (Lex Spoon) (2002-05-13) |
| Re: C Compiler in C++ alexc@world.std.com (2002-05-17) |
| Re: C Compiler in C++ alexc@world.std.com (2002-05-17) |
| [4 later articles] |
| From: | Diego Novillo <dnovillo@redhat.com> |
| Newsgroups: | comp.compilers |
| Date: | 12 May 2002 00:03:46 -0400 |
| Organization: | Compilers Central |
| References: | 02-05-039 |
| Keywords: | C, design |
| Posted-Date: | 12 May 2002 00:03:46 EDT |
On Wed, 2002-05-08 at 00:15, Nemanja Stanarevic wrote:
> I am writing a complete C compiler in C++ as an academic exercise and
> I need an advice related to the design of parse tree data structure
> for C declarations.
Take a look at SUIF http://suif.stanford.edu/ and Sage++
http://www.extreme.indiana.edu/sage/ they both define C++ classes for
representing the parse tree.
Diego.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.