Skip to content

TartanLlama/elmscrew

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
elm
 
 
js
 
 
 
 
 
 
 
 
 
 

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