jlox/README.md
2024-11-18 07:31:44 -07:00

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