Skip to content

collaborate

Jose Luis Vivero edited this page Dec 12, 2016 · 2 revisions

So you want to help build this language even more? That's great, we're really interested in seeing this project grow.

The main goal for our compiler is to be a good basic first language for anyone to use, that isn't much different from other languages syntax (so that new people can transition into other languages in the future). But that does not mean that our language cannot be improved.

So having said that, we still welcome changes as well. If the language is to grow in a different direction we welcome that too.

To contribute all you have to do is:

  • Fork our project
  • Create a new branch, we recommend that the branch name has a name that shows what your change will be
  • Make the changes/improvements
  • Pull request

After that, we will review your pull request and see if it's a change we want, or if it works correctly.

We might ask you to change some things to adhere to the style of coding we've been using, if we do, don't take it the wrong way, we all code differently, but we've been trying to use the same style for all parts of the code (as much as we can, even we don't follow it 100%)

Clone this wiki locally