Re: Spell checking identifiers

"Derek M. Jones" <derek@_NOSPAM_knosof.co.uk.invalid>
Wed, 24 Jun 2020 11:02:21 +0100

          From comp.compilers

Related articles
Spell checking identifiers johann@myrkraverk.invalid (Johann 'Myrkraverk' Oskarsson) (2020-06-24)
Re: Spell checking identifiers johann@myrkraverk.invalid (Johann 'Myrkraverk' Oskarsson) (2020-06-24)
Re: Spell checking identifiers gah4@u.washington.edu (2020-06-23)
Re: Spell checking identifiers derek@_NOSPAM_knosof.co.uk.invalid (Derek M. Jones) (2020-06-24)
Re: Spell checking identifiers 937-053-0959@kylheku.com (Kaz Kylheku) (2020-06-24)
Re: Spell checking identifiers tkoenig@netcologne.de (Thomas Koenig) (2020-06-24)
Re: Spell checking identifiers gautier_niouzes@hotmail.com (2020-06-24)
Re: Spell checking identifiers gah4@u.washington.edu (2020-06-24)
Re: Spell checking identifiers johann@myrkraverk.invalid (Johann 'Myrkraverk' Oskarsson) (2020-06-25)
Re: Spell checking identifiers johann@myrkraverk.invalid (Johann 'Myrkraverk' Oskarsson) (2020-06-25)
[3 later articles]
| List of all articles for this month |

From: "Derek M. Jones" <derek@_NOSPAM_knosof.co.uk.invalid>
Newsgroups: comp.compilers
Date: Wed, 24 Jun 2020 11:02:21 +0100
Organization: virginmedia.com
References: 20-06-010
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="40483"; mail-complaints-to="abuse@iecc.com"
Keywords: lex, errors
Posted-Date: 24 Jun 2020 14:45:42 EDT
Content-Language: en-US

Johann,


> So, without going through the source of rustc to find out, I'm curious
> about what general techniques people use to make this work?  In particu-
> lar the Damerau–Levenshtein distance algorithm is not appropriate for
> dictionary lookups, as far as I know.


More than you probably wanted to know:
http://www.coding-guidelines.com/cbook/sent792.pdf


--
Derek M. Jones
blog:shape-of-code.coding-guidelines.com



Post a followup to this message

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