fix(docs): update link for "Error Detection and Recovery in LR Parsers"

This commit is contained in:
Will Lillis 2024-11-02 00:34:49 -05:00 committed by GitHub
parent 7baefa8609
commit 9d86cb2c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,5 +64,5 @@ The design of Tree-sitter was greatly influenced by the following research paper
* [Context Aware Scanning for Parsing Extensible Languages](https://www-users.cse.umn.edu/~evw/pubs/vanwyk07gpce/vanwyk07gpce.pdf)
* [Efficient and Flexible Incremental Parsing](https://harmonia.cs.berkeley.edu/papers/twagner-parsing.pdf)
* [Incremental Analysis of Real Programming Languages](https://harmonia.cs.berkeley.edu/papers/twagner-glr.pdf)
* [Error Detection and Recovery in LR Parsers](https://what-when-how.com/compiler-writing/bottom-up-parsing-compiler-writing-part-13)
* [Error Detection and Recovery in LR Parsers](https://web.archive.org/web/20240302031213/https://what-when-how.com/compiler-writing/bottom-up-parsing-compiler-writing-part-13/)
* [Error Recovery for LR Parsers](https://apps.dtic.mil/sti/pdfs/ADA043470.pdf)