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

https://github.com/tartanllama/elmscrew

An online brainfuck debugger
https://github.com/tartanllama/elmscrew

brainfuck control-flow-graph debugger

Last synced: over 1 year ago
JSON representation

An online brainfuck debugger

Awesome Lists containing this project

README

          

# elmscrew
An online brainfuck debugger

### Current status
Currently it will allow you to step through your code or run it to completion. It will also visualise a graph of your code and let you execute arbitrary instructions.

### To do
- Validate interpreter somewhat
- Handle cases like not enough input
- Handle adding more input while the program is running properly