rust-crafting-interpreters-.../README.md
2023-01-20 06:54:35 +01:00

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.