rust-crafting-interpreters-.../README.md

6 lines
187 B
Markdown
Raw Permalink Normal View History

2023-01-20 06:54:35 +01:00
Lox tree-walk interpreter
=========================
This is an implementation of the [Lox](https://craftinginterpreters.com/)
tree-walk interpreter in Rust, mostly following the book's.