项目作者: TartanLlama

项目描述 :
An online brainfuck debugger
高级语言: Elm
项目地址: git://github.com/TartanLlama/elmscrew.git
创建时间: 2017-05-15T21:34:12Z
项目社区:https://github.com/TartanLlama/elmscrew

开源协议:

下载


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