This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New C++ Parser


>>>>> "Robert" == Robert Dewar <dewar@gnat.com> writes:

    Robert> Mark, just to clarify, when you say "recursive descent"
    Robert> parser, do you mean a hand written parser, or a table
    Robert> driven LL1 grammar parser. I am just assuming the first,
    Robert> but some of the questions about "reusing the grammar"
    Robert> puzzled me.

I mean a hand-written parser.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]