From 6741787852d511e8114f44b5dbb69b142f36c0a9 Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 5 Jan 2017 04:01:12 -0800 Subject: [PATCH] Update references in README --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README b/README index 058e06d..d06e91f 100644 --- a/README +++ b/README @@ -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