hsbf is a small brainfuck interpreter written in Haskell.
Usage: hsbf [-v|--version] [FILES]
Interpret brainfuck source code for FILES
Available options:
-v,--version Print interpreter version
-h,--help Show this help text
You can find binary releases for linux at the releases page. There is no macOS release for now, but you should be able to build from source with stack build
.
The current hsbf release is a fully functional brainfuck interpreter, but still under development. Here are some of the stuff in the todo list:
- Improve test suite coverage
- Add debugging capabilities
- Maybe turn this into a compiler for fun