Related articles |
---|
Re: Q: C++ grammar and tool parrt@lonewolf.parr-research.com (1995-09-28) |
Newsgroups: | comp.compilers,comp.lang.c++,comp.std.c++ |
From: | parrt@lonewolf.parr-research.com (Terence John Parr) |
Keywords: | C++, parse, available, PCCTS |
Organization: | zNET |
Date: | Thu, 28 Sep 1995 19:07:24 GMT |
On 09/27/95, Norbert EBEL wrote:
> The only other approach I know of id PCCTS which seem much better and more
> understandable. For that tool I am not sure that there exists a good C++
> grammar.
Howdy. The C++ grammar at
ftp://ftp.parr-research.com/pub/pccts/contrib/cplusplus.tar.gz
is a good way to start. It has acceptable symbol table info (read
that "incorrect, but it works for most code"), but doesn't generate
trees or anything. It has templates and exception stuff in it.
Terence
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.