Before contributing, you should take a look at the contributor conduct.
When you want to report an issue or request features, please create an issue.
We warmly welcome contributions by everyone, make sure that your code works and is decently written and documented (take a look at some existing code for that) in order to preserve Quickfall's speed and quality.
Before contributing to Quickfall, you will need a Quickfall developing environment.
You will need to have C
, and CMake
install in order to contribute.
You will first need to clone the Quickfall repository, you will then be able to contribute to the compiler.
To build the quickfall compiler you need to run this command:
make clean all
(This we clear the old build files and compile the new ones.)