zypeh / compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:Haskell 100.0%