The Embers project implements the language design specified on design repository.
Download the repository, or clone from command line.
git clone https://github.com/haze-lang/embers.git
Until releases are available, building from source is the only way to install the compiler.
Embers can be built using Stack.
stack build
All contributions are welcome! Fork this repository, commit your work and open a pull request. I will review and merge it.