From 80e1e55f598bea3f8c7dde003a4c7af107f64be0 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Mon, 13 Jan 2020 23:06:37 +0300 Subject: [PATCH] Add Compiler Design The ANTLR Mega Tutorial (#3345) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 7ce29455..b97f7589 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -382,6 +382,7 @@ * [Implementing Functional Languages: A Tutorial](http://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/) - Simon Peyton Jones, David Lester * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF) * [Practical and Theoretical Aspects of Compiler Construction](http://web.stanford.edu/class/archive/cs/cs143/cs143.1128/) (class lectures and slides) +* [The ANTLR Mega Tutorial](https://tomassetti.me/antlr-mega-tutorial/) #### Computer Science -- GitLab