Re: Parsing C++ headers?

johnm@mitchell.org (John D. Mitchell)
14 Apr 1996 12:02:33 -0400

          From comp.compilers

Related articles
Parsing C++ headers? 104316.1514@CompuServe.COM (John Mitchell) (1996-04-06)
Re: Parsing C++ headers? johnm@mitchell.org (1996-04-08)
Re: Parsing C++ headers? cag@Cs.Nott.AC.UK (Cleveland A Gibbon) (1996-04-11)
Re: Parsing C++ headers? johnm@mitchell.org (1996-04-14)
Re: Parsing C++ headers? mw@ipx2.rz.uni-mannheim.de (1996-04-16)
Re: Parsing C++ headers? Graham.Parrington@ncl.ac.uk (Graham D Parrington) (1996-04-18)
Re: Parsing C++ headers? feb6399@osfmail.isc.rit.edu (1996-04-18)
| List of all articles for this month |

From: johnm@mitchell.org (John D. Mitchell)
Newsgroups: comp.lang.c++,comp.compilers
Date: 14 Apr 1996 12:02:33 -0400
Organization: Mitchell Research
References: 96-04-033 96-04-078
Keywords: C++, parse, tools

Cleveland A Gibbon wrote:
>John Mitchell <104316.1514@CompuServe.COM> writes:
[Just for the record, that's yet another "John Mitchell" --JDM]
[...]
>There is a neat C++ grammar that is written in C/C++, hence portable
>to any platform with a C/C++ compiler.
>
>An in depth discussion currently underway about its update and
>bugfixes. For your, purpose it should suffice. Check out
>'comp.compiler.tools.pccts' and join the fun.


Well, hmm... To clarify that a bit:


The C++ grammar that is being discussed in comp.lang.tools.pccts is
written using, suprise!, the Purdue Compiler Construction Toolset
(PCCTS). It's parser generator is known as ANTLR. ANTLR *generates*
C or C++ code for it's parsers. ANTLR itself is written in C and is
very portable and it's generated code is fairly portable.


Take care,
John
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.