/crafting-interpreters-java

jlox Java implementation based on the Crafting Interpreters book

Primary LanguageJava

jLox Lang

jLox language implementation based on the Crafting Interpreters Book.

This project uses Java JDK 18 and a Maven. No external dependencies are required.

Usage

$ make compile # to compile the project
$ make repl # to fire up the REPL interface
$ ./run <path> # to run a script in the specified path