Files
rlox/README.md
2018-07-24 15:12:07 +02:00

6 lines
189 B
Markdown

# 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.