This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New C++ Parser
- To: mark at codesourcery dot com, per at bothner dot com
- Subject: Re: New C++ Parser
- From: dewar at gnat dot com (Robert Dewar)
- Date: Sat, 21 Oct 2000 20:28:03 -0400 (EDT)
- Cc: gcc at gcc dot gnu dot org
Mark, just to clarify, when you say "recursive descent" parser, do you
mean a hand written parser, or a table driven LL1 grammar parser. I am
just assuming the first, but some of the questions about "reusing the
grammar" puzzled me.