Re: Parser Generator with GOOD error recovery

M-Jourdan@calva.net (Martin Jourdan)
8 Oct 1997 00:45:17 -0400

          From comp.compilers

Related articles
Parser Generator with GOOD error recovery gielenst@se.bel.alcatel.be (Steven Gielen) (1997-09-30)
Re: Parser Generator with GOOD error recovery thetick@magelang.com (Scott Stanchfield) (1997-10-01)
Re: Parser Generator with GOOD error recovery M-Jourdan@calva.net (1997-10-08)
Re: Parser Generator with GOOD error recovery lelait@ellas.inria.fr (1997-10-10)
| List of all articles for this month |

From: M-Jourdan@calva.net (Martin Jourdan)
Newsgroups: comp.compilers
Date: 8 Oct 1997 00:45:17 -0400
Organization: Famille Jourdan, Villepreux, France
References: 97-09-131
Keywords: parse, errors

Steven Gielen <gielenst@se.bel.alcatel.be> wrote (=E9crivait)=A0:


> I'm looking for a parser generator with better error recovery
> possibilities than YACC. It also has to generate C or C++ code.
> What can you recommend?


I suggest you get in touch with Pierre Boullier at INRIA, Rocquencourt,
France <Pierre.Boullier@inria.fr> and ask him about SYNTAX, his parser
and scanner generation system. Among numerous other features, it has
very powerful and versatile error recovery techniques, including a
pattern-driven repair mechanism that, according to tests we had
conducted on the `well known' Drusekis & Ripley Pascal sample, succeeds
in more than 80% of the cases (results published in 1987 in 3"Science
and Computer Programming").


              Martin Jourdan <M-Jourdan@metaware.tm.fr>
Head of R&D, MetaWare Technologies, Le Pecq, France
phone +33-1-3015-6009, fax +33-1-3015-0671, http://www.metaware.tm.fr
--


Post a followup to this message

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