Add basics of compiler design to readme

This commit is contained in:
greg 2017-10-01 18:37:10 -07:00
parent c5cb223168
commit c5feea4597
1 changed files with 1 additions and 0 deletions

View File

@ -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/