Lox is a dynamically typed, interpreted language created by Bob Nystrom. This is my implementation of the Lox interpreter in Java.
Tool for generating the syntax tree classes for jlox. Output is a file with the syntax tree classed writen in Java called Expr.java
java GenerateAst <output directory>