brainfuck-compiler
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
- Fork it (https://github.com/your-github-user/brainfuck-compiler/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
- Esa Koskinen - creator and maintainer
Repository
brainfuck-compiler
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- almost 4 years ago
- October 18, 2021
License
MIT License
Links
Synced at
Sun, 20 Jul 2025 03:12:30 GMT
Languages