From 9d86cb2c20a05d941706c1df628a21167d5b1ab8 Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Sat, 2 Nov 2024 00:34:49 -0500 Subject: [PATCH] fix(docs): update link for "Error Detection and Recovery in LR Parsers" --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8bd6bee1..eb66ce77 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)