Skip to content

A compiler, testing bed, and standard library for the Choral programming language.

License

Notifications You must be signed in to change notification settings

choral-lang/choral

Repository files navigation

Choral

The source code of the Choral programming language. See https://choral-lang.org/.

To build the project locally, install Maven and run

mvn clean install

This will generate dist/target/choral-standalone.jar, which can be run with

java -jar ./dist/target/choral-standalone.jar