Skip to content

heyajulia/bourbon

Repository files navigation

🥃 Bourbon

Bourbon (or bbn) is an interpreter for the Lox programming language. It is based on the book Crafting Interpreters by Bob Nystrom.

🦆 Run the app

./gradlew jar && java -jar app/build/libs/app.jar

🗺️ Regenerate AST classes

To regenerate the AST classes, install Deno and run the following command:

deno task generate-ast

🔧 Regenerate deno.json

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published