From 50e9520133096a60100470694818fab20ba58ac8 Mon Sep 17 00:00:00 2001 From: ZachTRice Date: Mon, 16 Oct 2017 17:17:49 -0400 Subject: [PATCH 1/2] Updated links in References The links to http://harmonia.cs.berkeley.edu got to a "forbidden, you' dont have permission to access..." error page. I have updated "Efficient and Flexible Incremental Parsing" to point to the ftp location on berkeley.edu. The only hosted reference to "Incremental Analysis of Real Programming Languages" is at ACM Digital Library, I pointed the link here. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff0c35b0..780c4cbd 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ clang \ ### References - [Context Aware Scanning for Parsing Extensible Languages](http://www.umsec.umn.edu/publications/Context-Aware-Scanning-Parsing-Extensible) -- [Efficient and Flexible Incremental Parsing](http://harmonia.cs.berkeley.edu/papers/twagner-parsing.ps.gz) -- [Incremental Analysis of Real Programming Languages](http://harmonia.cs.berkeley.edu/papers/twagner-glr.pdf) +- [Efficient and Flexible Incremental Parsing](http://ftp.cs.berkeley.edu/sggs/toplas-parsing.ps) +- [Incremental Analysis of Real Programming Languages](https://dl.acm.org/citation.cfm?id=258920) - [Error Detection and Recovery in LR Parsers](http://what-when-how.com/compiler-writing/bottom-up-parsing-compiler-writing-part-13) - [Error Recovery for LR Parsers](http://www.dtic.mil/dtic/tr/fulltext/u2/a043470.pdf) From a2121cf01f77988ad94cf060f27b1e32c1682d71 Mon Sep 17 00:00:00 2001 From: Josh Vera Date: Mon, 16 Oct 2017 17:29:53 -0400 Subject: [PATCH 2/2] Change link from paywalled version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780c4cbd..70716e79 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,6 @@ clang \ - [Context Aware Scanning for Parsing Extensible Languages](http://www.umsec.umn.edu/publications/Context-Aware-Scanning-Parsing-Extensible) - [Efficient and Flexible Incremental Parsing](http://ftp.cs.berkeley.edu/sggs/toplas-parsing.ps) -- [Incremental Analysis of Real Programming Languages](https://dl.acm.org/citation.cfm?id=258920) +- [Incremental Analysis of Real Programming Languages](https://pdfs.semanticscholar.org/ca69/018c29cc415820ed207d7e1d391e2da1656f.pdf) - [Error Detection and Recovery in LR Parsers](http://what-when-how.com/compiler-writing/bottom-up-parsing-compiler-writing-part-13) - [Error Recovery for LR Parsers](http://www.dtic.mil/dtic/tr/fulltext/u2/a043470.pdf)