mondano / choral

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

Home Page:https://www.choral-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/choral.jar, which can be run with

java -jar ./dist/choral.jar

About

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

https://www.choral-lang.org/

License:GNU Lesser General Public License v2.1


Languages

Language:Java 94.1%Language:xBase 4.4%Language:ANTLR 1.2%Language:Shell 0.3%