Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 432 Bytes

BrainfuckDebugger

In-browser Debugger/Visualizer for Brainfuck

Features

  • 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)

Running Locally

$ npm install
...
$ python3 -m http.server 8000
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

License

MIT