Skip to content
bitsteller edited this page Jan 5, 2012 · 23 revisions

TuringBrain IDE

Program & simulate Turing Machines and Brainfuck programs

TuringBrain IDE allows you to develop and debug your own TuringMachines in an easy to use WYSIWYG environment. It also enables you to program and run brainfuck code.

Features

  • Edit Turing Machines by graphically editing the state graph
  • Create Turing Machines with multiple tapes
  • Write Brainfuck programs within the integrated code editor
  • Simulate your machines & programs using the integrated simulation
  • Simulate on special LEGO-Tape (hardware needed), graphically animated on the screen or on the console
  • Pause simulation, Debug step-by-step
  • Live-highlighting of the current state and edge during the simulation
  • Save machines as .tm (an XML-Format) respective .bf
  • Copy & Paste, Undo & Redo (not yet for Turing Machines)
  • and many more features...

Howto

Clone this wiki locally