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) |
Re: C++ parsing : what's new ? RLWatkins@CompuServe.Com (R. L. Watkins) (2002-01-05) |
[1 later articles] |
From: | "Travis Nixon" <tnixon@avalanchesoftware.com> |
Newsgroups: | comp.compilers |
Date: | 29 Dec 2001 13:30:49 -0500 |
Organization: | Compilers Central |
References: | 01-12-100 01-12-139 |
Keywords: | C++, parse, question |
Posted-Date: | 29 Dec 2001 13:30:49 EST |
"Martin von Loewis" <loewis@informatik.hu-berlin.de> wrote in message
> The gcc grammar is currently being rewritten, from a bison-based one
> to a hand-written recursive-descent parser.
Is there a discussion online anywhere about the reasons for doing
this? I was under the impression that hand-writing a recursive
descent parser was only practical for small languages. Of course, my
understanding is quite limited, which is why I'm asking. :)
I looked through the mailing list archives and on the gcc website and wasn't
able to find anything, but maybe I just wasn't looking in the right place.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.