jlox A tree-walk interpreter for Lox Programming Language written in Java. Quick Start Install all dependencies: JDK 19 and Maven. $ git clone https://github.com/tombeckett/jlox.git $ cd jlox $ mvn clean compile exec:java