From 17c9ee13a28cd7d75d6f558d44a604e3a64461d0 Mon Sep 17 00:00:00 2001 From: Ben Lovy Date: Sat, 26 Dec 2020 10:42:11 -0500 Subject: [PATCH] Add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29..df3df7d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# nlox + +A [Nim](https://nim-lang.org/) implementation of the [tree-walk intepreter](https://craftinginterpreters.com/a-tree-walk-interpreter.html) from [Crafting Interpreters](https://craftinginterpreters.com/) by [Bob Nystrom](http://journal.stuffwithstuff.com/). WIP. \ No newline at end of file -- 2.38.5