Skip to content

First compiler release

Pre-release
Pre-release
Compare
Choose a tag to compare
@adituv adituv released this 27 Nov 23:28
· 5 commits to master since this release

This is a very early version - no typechecking yet!

A 64-bit binary is provided for Windows. For other platforms, you will have to build from source:

To build from source, you require Stack. git clone this repository, then inside the directory run stack --install-ghc build. The executable will be copied to some user-specific directory; usually something like ~/.local/bin on UNIX-style systems.