help-bison
[Top][All Lists]
Advanced

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

Re: Print expected tokens in yyerror function.


From: Claudio Saavedra
Subject: Re: Print expected tokens in yyerror function.
Date: Sat, 29 Mar 2008 10:31:23 -0300

El sáb, 29-03-2008 a las 14:17 +0100, Hans Aberg escribió:
> 
> The feature most asked for is finding the correct set of lookahead  
> token, to be used in an interactive parser. The error recovery thing  
> seems to be rather out of vogue these days, in view of very  
> interactive computer programming - it is fairly easy to fix the  
> problems and recompile. It is still important to have good error  
> messages, of course, identifying the point where the error occurred.#

Pretty true. One advantage of having an accurate error repairing
technique like BF, is that you get really good quality error diagnosis,
and also most of the times you can even diagnosis correctly the
corrections for multiple errors that occur in close proximity.

I'm on the task of putting online my git's clone of bison's repository,
where I implemented BF.

Claudio

-- 
Claudio Saavedra <address@hidden>





reply via email to

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