In this repository, use stack
:
$ stack install
then, you can see ~/.local/bin/hec
.
Hec is a compiler of the Elacht programming language.
- Fork (https://github.com/elpinal/hec/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
stack test
command and confirm that it passes - Create a new Pull Request