/brainfuck

Brainfuck editor, interpreter, and debugger. Runs your bf code while displaying information about the program, like memory and active command, and allows you to set break-points in your code as well.

Primary LanguageElm

A Brainfuck debugger and memory visualizer in your browser.

Many thanks to Daniel B Cristofani for a nice intro and sample programs and Fabian for the great art that came prior to mine.

You need to have Elm and elm-live installed.

To play around with the debugger, go to my site or run locally by downloading this repo and running make run. Use make build to update build/main.js accordingly.