print "Hello world, this is Lox" // 🎉This is a collaborative educational project attempting to implement the Lox programming language interpreter in Java.
It is based on the book Crafting Interpreters by Robert Nystrom.
We follow the book, but sometimes stylistically diverge in code implementation. However, the program design is the same.