A compiler to Chip-8 (again).
Go to file
Danila Fedorin bffa9847d2 Implement basic parser and lexer. 2018-07-24 17:29:25 -07:00
spec Initial commit. 2018-07-22 17:09:01 -07:00
src Implement basic parser and lexer. 2018-07-24 17:29:25 -07:00
.editorconfig Initial commit. 2018-07-22 17:09:01 -07:00
.gitignore Initial commit. 2018-07-22 17:09:01 -07:00
.travis.yml Initial commit. 2018-07-22 17:09:01 -07:00
LICENSE Initial commit. 2018-07-22 17:09:01 -07:00
README.md Initial commit. 2018-07-22 17:09:01 -07:00
shard.yml Implement basic parser and lexer. 2018-07-24 17:29:25 -07:00

README.md

chalk

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/chalk/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors