Bourbon (or bbn) is an interpreter for the Lox programming language. It is based on the book Crafting Interpreters by Bob Nystrom.
./gradlew jar && java -jar app/build/libs/app.jar
To regenerate the AST classes, install Deno and run the following command:
deno task generate-ast
To regenerate the deno.json
file after making changes to the Dhall source file, run the following
command:
deno task generate-deno-json
dhall-to-json
must be installed for this to work.