From c5feea4597382e60a9f750e773a55113ef200a1e Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 1 Oct 2017 18:37:10 -0700 Subject: [PATCH] Add basics of compiler design to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ba59b0..4ef8f06 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ of learning how to write a programming language. ### Evaluation *Understanding Computation*, Tom Stuart, O'Reilly 2013 +*Basics of Compiler Design*, Torben Mogensen ### Parsing http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/