Re: Parser Generator with GOOD error recovery

"Scott Stanchfield" <thetick@magelang.com>
1 Oct 1997 23:47:43 -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: "Scott Stanchfield" <thetick@magelang.com>
Newsgroups: comp.compilers
Date: 1 Oct 1997 23:47:43 -0400
Organization: MageLang Institute
References: 97-09-131
Keywords: parse, errors

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


Try PCCTS! The "old' version, 1.33, produces C or C++ code and allows
Parser Exception Handlers (per-rule/alt error recovery).


The new version is ANTLR 2.0, and produces Java code.


Take a peek at
    http://java.magelang.com/antlr
for information.


There's also a newsgroup dedicated to it: news:comp.compilers.tools.pccts


-- Scott


--
Scott Stanchfield -- http://www.scruz.net/~thetick
Magelang Institute -- http://www.magelang.com


--


Post a followup to this message

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