An open API service indexing awesome lists of open source software.

https://github.com/property404/brainfuckdebugger

In-browser IDE, visualizer, and (reverse-)debugger for Brainfuck
https://github.com/property404/brainfuckdebugger

brainfuck ide javascript

Last synced: about 1 year ago
JSON representation

In-browser IDE, visualizer, and (reverse-)debugger for Brainfuck

Awesome Lists containing this project

README

          

# 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

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

## License

MIT