MyLox is a Tree-Walk interpreter implementation in Java for Lox programming language based on the book "Crafting Interpreters" by Robert Nystrom.
Lox is a high-level, dynamically-typed programming language with automatic memory management (Garbage Collection), and support for object-oriented features like inheritance.