Related articles |
---|
Looking for C++ classes for parser/analyser Melkonim@Jupiter.Cisi.Fr (Melkonim) (1997-06-24) |
Re: Looking for C++ classes for parser/analyser jmochel@foliage.com (1997-06-30) |
From: | jmochel@foliage.com (Jim Jackl-Mochel) |
Newsgroups: | comp.compilers |
Date: | 30 Jun 1997 22:57:21 -0400 |
Organization: | Foliage Software Systems Inc. |
References: | 97-06-090 |
Keywords: | C++, parse |
Melkonim <Melkonim@Jupiter.Cisi.Fr> wrote:
>I'm looking for several C++ classes about variables, functions,
>relations in order to create a parser / analyser.
>Could you tell me where the files now locate or if you know another
>C++ parser toolkit...
Take a look at PCCTS (Purdue Compiler Construction Tools),
http://tempest.ecn.purdue.edu:8001/PCCTS/index.html
http://www.empathy.com/pccts/index.html
Straightforward syntax, logical design, very flexible, output is easy to read.
1.3+ generates C and C++. Do not get 2.00 unless you want to work in JAVA.
Its only disadvantage is that the documentation is spread out among several
documents.
Jim JM
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.