about summary refs log tree commit diff
path: root/users/tazjin/rlox/README.md
blob: 1d2692d09cc19b75d4cc24377552212254108def (plain) (blame)
1
2
3
4
5
6
7
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.