Re: C++ parsing : what's new ?

Martin von Loewis <loewis@informatik.hu-berlin.de>
22 Dec 2001 23:00:28 -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)
Re: C++ parsing : what's new ? zackw@panix.com (Zack Weinberg) (2002-01-04)
Re: C++ parsing : what's new ? mrak@hons.cs.usyd.edu.au (2002-01-04)
[2 later articles]
| List of all articles for this month |

From: Martin von Loewis <loewis@informatik.hu-berlin.de>
Newsgroups: comp.compilers
Date: 22 Dec 2001 23:00:28 -0500
Organization: Humboldt University Berlin, Department of Computer Science
References: 01-12-100
Keywords: GCC
Posted-Date: 22 Dec 2001 23:00:28 EST

Patrice Gahide <gahide@ensm-douai.fr> writes:


> 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


The gcc grammar is currently being rewritten, from a bison-based one
to a hand-written recursive-descent parser.


Regards,
Martin


Post a followup to this message

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