- Fork the master branch of the respository
- Create a feature branch (
git checkout -b my-new-feature
). - Add specifications and make your changes.
- Regenerate Treetop parsers and run specs (
rake clobber spec
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to your feature branch (
git push origin my-new-feature
). - Send a pull request via GitHub.
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.