A compiler to Chip-8 (again).
Go to file
Danila Fedorin 380b12d02c Create a lexer. 2018-07-22 17:37:08 -07:00
spec Initial commit. 2018-07-22 17:09:01 -07:00
src Create a lexer. 2018-07-22 17:37:08 -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 Initial commit. 2018-07-22 17:09:01 -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