Interpreters for the Lox programming language, a language created for the book Crafting Interpreters. Visit Appendix 1 for an overview of the language and the author's Github repository to see the original implementations.
glox (go) contains the implementation of the first interpreter described in the book.
rlox (rust) contains the implementation of the second interpreter described in the book.