In-browser Debugger/Visualizer for Brainfuck
- Reverse Debugging
- Breakpoints
- Can choose arbitrary widths for cells (8-bit, 1-bit, 57-bit)
- Multiple Themes
- Vim/Emacs emulation (via CodeMirror)
- Syntax highlighting (via CodeMirror)
$ npm install
...
$ python3 -m http.server 8000
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
MIT