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
- Host: GitHub
- URL: https://github.com/tartanllama/elmscrew
- Owner: TartanLlama
- Created: 2017-05-15T21:34:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T21:32:03.000Z (about 9 years ago)
- Last Synced: 2025-03-24T04:36:52.240Z (over 1 year ago)
- Topics: brainfuck, control-flow-graph, debugger
- Language: Elm
- Homepage: https://elmscrew.tartanllama.xyz/
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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