README added

This commit is contained in:
Emmanuel BENOîT 2023-01-20 06:54:35 +01:00
parent 1aa2fc988d
commit 3011982370

5
README.md Normal file
View 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.