-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bitsteller edited this page Jan 5, 2012
·
23 revisions
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.
- 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...