/MyLox

Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter

Primary LanguageJava

MyLox

Java

MyLox is a Tree-Walk interpreter implementation in Java for Lox programming language based on the book "Crafting Interpreters" by Robert Nystrom.

About Lox

Lox is a high-level, dynamically-typed programming language with automatic memory management (Garbage Collection), and support for object-oriented features like inheritance.