Related articles |
---|
AST capture in gcc gs@cetic.be (2004-09-14) |
Re: AST capture in gcc kharmon@optonline.net (George Huber) (2004-09-21) |
Re: AST capture in gcc s.bosscher@student.tudelft.nl (2004-09-21) |
Re: AST capture in gcc joanpujol@gmail.com (Joan Pujol) (2004-09-21) |
From: | Joan Pujol <joanpujol@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 21 Sep 2004 22:17:41 -0400 |
Organization: | Compilers Central |
References: | 04-09-099 |
Keywords: | GCC, code |
Posted-Date: | 21 Sep 2004 22:17:41 EDT |
Hello,
ANTLR (www.antlr.org) is a compilers tool that constructs AST.
And a c++ grammar is available to download.
ANTLR constucts descendent parsers and can generate code for JAva,C++ and C#
Possibly it can helps you.
Cheers,
On 14 Sep 2004 16:37:12 -0400, Gregory Seront <gs@cetic.be> wrote:
> Hello,
>
> I need to capture an intermediate representation for C++ in order to
> take measurements on the code.
--
Joan Jesús Pujol Espinar
Return to the
comp.compilers page.
Search the
comp.compilers archives again.