This commit is contained in:
2018-07-24 15:12:07 +02:00
commit 1afbd21973
7 changed files with 293 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# rlox
`rlox` is an unpronouncable variant of the tree-walk interpreter laid out in
[Crafting Interpreters](http://craftinginterpreters.com/), written in Ruby,
because I want to learn it.