Lox - Java Edition This is an implementation of the Lox programming language, tree-walk interpreter version in Java. This is basically a slightly modified version of both the original + what I wrote the first time I followed along in this book.