Related articles |
---|
"Near Miss" error handling? gwyn@thislove.dyndns.org (2001-03-27) |
Re: "Near Miss" error handling? jbeniston@siroyan.com (Jon Beniston) (2001-03-28) |
Re: "Near Miss" error handling? eeide@cs.utah.edu (Eric Eide) (2001-03-31) |
Re: "Near Miss" error handling? eballen1@qwest.net (Bruce Ediger) (2001-03-31) |
Re: "Near Miss" error handling? guerby@acm.org (Laurent Guerby) (2001-03-31) |
Re: "Near Miss" error handling? samiam@cisco.com (Scott Moore) (2001-03-31) |
Re: "Near Miss" error handling? Martin.Ward@durham.ac.uk (2001-03-31) |
Re: "Near Miss" error handling? ian.trudel@tr.cgocable.ca (Ian Trudel) (2001-03-31) |
Re: "Near Miss" error handling? joachim_d@gmx.de (Joachim Durchholz) (2001-04-04) |
Re: "Near Miss" error handling? joachim_d@gmx.de (Joachim Durchholz) (2001-04-04) |
[6 later articles] |
From: | Bruce Ediger <eballen1@qwest.net> |
Newsgroups: | comp.compilers |
Date: | 31 Mar 2001 02:36:33 -0500 |
Organization: | Runciter Associates |
References: | 01-03-135 |
Keywords: | parse, errors, editor |
Posted-Date: | 31 Mar 2001 02:36:33 EST |
Originator: | bediger@qwest.net |
Gwyn Judd <gwyn@thislove.dyndns.org> wrote:
>compiler. basically when the compiler comes across an identifier it
>hasn't seen before, it will go through the list of known identifiers
>and try to determine which is the closest so it can then make a
>hopefully helpful suggestion on how to correct the error.
You might want to look at Udi Manber's "agrep" - a quick Google search
seems to indicate that "agrep" comes with a lot of Linux
distributions, and Manber wrote a paper covering the "agrep"
algorithm. I think the paper is one of the files available from
http://webglimpse.org/pubs/, but I can't tell which one.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.