| Related articles |
|---|
| C++ grammar for Java? cristofo@irst.itc.it (Luca Cristoforetti) (1997-10-03) |
| Re: C++ grammar for Java? sreeni@csc.albany.edu (1997-10-08) |
| Re: C++ grammar for Java? rob@aimnet.com (Rob Duncan) (1997-10-08) |
| Re: C++ grammar for Java? jlilley@empathy.com (John Lilley) (1997-10-08) |
| From: | sreeni@csc.albany.edu (Sreenivasa Rao Viswanadha) |
| Newsgroups: | comp.compilers,comp.compilers.tools.pccts |
| Date: | 8 Oct 1997 00:36:06 -0400 |
| Organization: | The University at Albany |
| References: | 97-10-025 |
| Keywords: | C++, parse |
Luca Cristoforetti <cristofo@irst.itc.it> wrote:
>I'm a student and I'm looking for a C++ grammar written in CUP and
>JLex or ANTLR 2.xx. I have to do an AST for a C++ program so I wonder if
>something similar is already done.
Look at JavaCC - an LL(K) tree/parser/lexer generator for Java.
www.suntest.com/JavaCC
it has a full C++ grammar (sans preprocessor). It also has an AST building
tool called jjtree using which you can get AST's directly from a grammar
description. The webpage has all the details.
Sreeni.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.