is a book that I'm reading
is my rust version of the Lox interpreter outlined in the book (originally implemented in Java)
is the same but using unsafe rust instead of c
cargo run
should make two binaries, one for rulox and another for unrulox (once implemented).