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 _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
