Re: Is there an error correcting parser generator out there?

rfg@netcom.com (Ronald F. Guilmette)
Wed, 5 Oct 1994 09:04:06 GMT

          From comp.compilers

Related articles
[6 earlier articles]
Re: Is there an error correcting parser generator out there? dtarditi@cs.cmu.edu (David Tarditi) (1994-09-29)
Re: Is there an error correcting parser generator out there? parrt@everest.ee.umn.edu (Terence Parr) (1994-09-30)
Re: Is there an error correcting parser generator out there? johnm@po.EECS.Berkeley.EDU (1994-10-01)
Re: Is there an error correcting parser generator out there? adrian@platon.cs.rhbnc.ac.uk (1994-10-04)
Re: Is there an error correcting parser generator out there? andrew@bugalugs (1994-10-05)
Re: Is there an error correcting parser generator out there? rockwell@nova.umd.edu (1994-10-05)
Re: Is there an error correcting parser generator out there? rfg@netcom.com (1994-10-05)
Re: Is there an error correcting parser generator out there? thoni@softlab.se (1994-10-05)
Re: Is there an error correcting parser generator out there? clark@quarry.zk3.dec.com (1994-10-05)
Re: Is there an error correcting parser generator out there? johnm@po.EECS.Berkeley.EDU (1994-10-06)
| List of all articles for this month |

Newsgroups: comp.compilers
From: rfg@netcom.com (Ronald F. Guilmette)
Keywords: errors, parse, tools, PCCTS
Organization: Netcom Online Communications Services (408-241-9760 login: guest)
References: 94-09-142 94-10-008
Date: Wed, 5 Oct 1994 09:04:06 GMT

johnm@po.EECS.Berkeley.EDU (John D. Mitchell) writes:
>... Go read Terrance Parr et al's papers about predicated-LL(k) parsing.
>It's implemented and used by a good number of people in the ANTLR parser
>generator that's part of the PCCTS. The use of syntactic and semantic
>predicates opens up the use of LL(k) parsing to a vastly larger world.
>Basically, syntactic predicates 'solve' the infinite lookahead problem and
>semantic predicates allows context dependent decisions to direct the parse.


One question... _Which_ ``infinite lookahead'' problem??


(You aren't by any chance speaking of C++ are you?)
--
-- Ron Guilmette, Sunnyvale, CA ----
---- domain addr: rfg@netcom.com ---
---- uucp addr: ...!uunet!netcom!rfg
--


Post a followup to this message

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