tvl-depot/users/tazjin/rlox/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
321 B
Markdown
Raw Normal View History

This is an interpreter for the Lox language, based on the book "[Crafting
Interpreters](https://craftinginterpreters.com/)".
The book's original code uses Java, but I don't want to use Java, so I've
decided to take on the extra complexity of porting it to Rust.
Note: This implements the first of two Lox interpreters.