334 B
334 B
jlox
This is my implmementation of the jlox
programming language, as seen from Crafting Interpreters. It makes use of the
gradle build system.
Building
./gradlew assemble
To run the tests:
./gradlew test