Compiler for the Gren programming language
Go to file
2022-05-30 13:17:37 +02:00
.github Bump ghc version, should fix faulty builds on windows. 2022-05-30 12:08:57 +02:00
builder/src Fetch tags when updating packages in cache. Fixes a bug where new updates after the initial clone wasn't picked up, depending on gitconfig. 2022-05-20 14:30:03 +02:00
compiler/src Remove calls to trace 2022-05-26 12:24:30 +01:00
docs Add note on how to write kernel code. 2022-05-07 17:01:48 +02:00
hints gren slack → zulip 2022-05-30 13:17:37 +02:00
terminal gren slack → zulip 2022-05-30 13:17:37 +02:00
tests Remove duplicate show instances 2022-05-25 16:41:47 +01:00
.gitignore Remove reactor and related dependencies. 2022-02-04 14:23:49 +01:00
CONTRIBUTING.md Document local dev commands 2022-05-01 00:23:07 -07:00
CONTRIBUTORS Change license. 2022-02-24 12:38:48 +01:00
gren.cabal Limit scope of -Wno-error=unused-do-binds 2022-05-01 17:25:47 -07:00
LICENSE Change license. 2022-02-24 12:38:48 +01:00
README.md Update README.md 2022-05-19 07:44:09 -03:00

Gren

Compiler for the Gren programming language.

Installing

Binaries are available for every commit to master here. Once downloaded, you'll need to unzip the binary and place it somewhere in your PATH, and give it execute permissions.

Example (OS X):

# Download to ~/Downloads/gren-macOS.zip
cd ~/Downloads
unzip gren-macOS.zip
chmod +x gren
mv gren /usr/local/bin/

gren # Success