help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Are Google summer of code 2006 ideas still available?


From: Hans Aberg
Subject: Re: Are Google summer of code 2006 ideas still available?
Date: Tue, 20 Mar 2007 20:15:41 +0100

On 20 Mar 2007, at 10:09, Akim Demaille wrote:

see
http://www.gnu.org/software/soc-projects/ideas.html for other
suggestions.

As for the "Burke-Fisher Error Correction", error recovery is poor in Bison because the LALR(1) algorithm may, when an error token appears in the input, performed some reductions before the error is reported. The same property makes it unsuitable for systems that interactively reports the valid input tokens.

So I think this stuff should wait until LR(1) is in place.

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]