lox Java interpreter Custom Java interpreter for Lox language. Made it by "Craft Interpreters" book Now it can: Scanning code and converting it to tokens Parsing tokens to AST Interpret AST