jlox is an interpreter for the Lox programming language, following the specifications outlined in the "Crafting Interpreters" book by Robert Nystrom.
To build jlox, you'll need Maven installed on your machine. Follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/jlox.git cd jlox
-
Build the project using Maven:
mvn clean install
This will compile the source code, run tests, and package the project.
to be continued spoon