| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Added suggestions for misspelt constants and label names using Levenshtain Distance source code.tar.gz | 2025-04-01 | 1.5 MB | |
| Added suggestions for misspelt constants and label names using Levenshtain Distance source code.zip | 2025-04-01 | 1.5 MB | |
| README.md | 2025-04-01 | 266 Bytes | |
| Totals: 3 Items | 3.0 MB | 0 | |
I've modified the TreeNode.js file to, in case in thinks it has run into what it thinks is a misspelt name of a constant or a label, apply the Levenshtain Distance algorithm to guess what the user meant, and ask the user via confirm whether the guess is correct.