Update references in README

This commit is contained in:
greg 2017-01-05 04:01:12 -08:00
parent 538f0b18f4
commit 6741787852
1 changed files with 9 additions and 4 deletions

13
README
View File

@ -25,10 +25,15 @@ Keywords:
if, then, else, while, let, fn, end, null
Parsing:
Refernece works:
http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/
Evaluation:
Understanding Computation
Parsing:
http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/
LLVM:
http://blog.ulysse.io/2016/07/03/llvm-getting-started.html
LLVM:
http://blog.ulysse.io/2016/07/03/llvm-getting-started.html