README added
This commit is contained in:
parent
1aa2fc988d
commit
3011982370
1 changed files with 5 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Lox tree-walk interpreter
|
||||
=========================
|
||||
|
||||
This is an implementation of the [Lox](https://craftinginterpreters.com/)
|
||||
tree-walk interpreter in Rust, mostly following the book's.
|
Loading…
Reference in a new issue