brainfuck
TODO Write a description here
Installation
-
Add the dependency to your
shard.yml
:dependencies: brainfuck: github: your-github-user/brainfuck
-
Run
shards install
Usage
require "brainfuck"
TODO Write usage instructions here
Development
Many tests copied from https://github.com/saulpw/brainfuck
Contributing
- Fork it (https://github.com/your-github-user/brainfuck/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Philip Ross - creator and maintainer