brainfuck-compiler

Simple compiler and tests for a brainfuck dialect. Outputs comma-suffixed integers instead of characters, and has 32 kiB of memory (16 kiB in either direction from the starting position).

Usage

Run tests with crystal spec, or call Brainfuck.parse with the input string. Might make a REPL at some point.

Contributing

  1. Fork it (https://github.com/your-github-user/brainfuck-compiler/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