5 lines
187 B
Markdown
5 lines
187 B
Markdown
Lox tree-walk interpreter
|
|
=========================
|
|
|
|
This is an implementation of the [Lox](https://craftinginterpreters.com/)
|
|
tree-walk interpreter in Rust, mostly following the book's.
|