C++ parsing : what's new ?

Patrice Gahide <gahide@ensm-douai.fr>
20 Dec 2001 00:40:10 -0500

          From comp.compilers

Related articles
C++ parsing : what's new ? gahide@ensm-douai.fr (Patrice Gahide) (2001-12-20)
Re: C++ parsing : what's new ? idbaxter@semdesigns.com (Ira D. Baxter) (2001-12-22)
Re: C++ parsing : what's new ? loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-12-22)
Re: C++ parsing : what's new ? tnixon@avalanchesoftware.com (Travis Nixon) (2001-12-29)
Re: C++ parsing : what's new ? pfroehli@ics.uci.edu (Peter H. Froehlich) (2001-12-29)
Re: C++ parsing : what's new ? gwyn@thislove.dyndns.org (2002-01-03)
Re: C++ parsing : what's new ? dr_feriozi@prodigy.net (SLK Parsing) (2002-01-03)
[4 later articles]
| List of all articles for this month |

From: Patrice Gahide <gahide@ensm-douai.fr>
Newsgroups: comp.compilers
Date: 20 Dec 2001 00:40:10 -0500
Organization: Universite des Sciences et Technologies de LILLE, France
Keywords: C++, parse, question
Posted-Date: 20 Dec 2001 00:40:10 EST

Hi all,


Since I'm not involved anymore in compiling issues, I don't have time to
*stay online* with parsing technics. In particular, C++ parsing : what
is the *state of the art* (technics, free grammars or tools) ?
I remember studying those :


- GCC-based parser
- FOG's grammar (any parser based on this one ?)
- Roskind's grammar
- PCCTS C++ parser
- ANTLR (any C++ grammar available now ?)
- JavaCC C++ grammar (still based on Terence Parr's PCCTS grammar ?)


Thanks.


Post a followup to this message

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