Turing Machine
The Turing Machine that you can manipulate by hand or Configurations.
Fork me on GitHub
Use Left or Right Arrow Key to move pointer.
State:
m-Configuration
hide/show description
Add Row
- m-Configuration is the state of machine.
- Symbol is what the machine sees. It can be blank, or `any` which means any not blank Symbol or `else` which is always true.
- Operations is what the machines will do, they can be separated by `,`. They are: L which is left, R which is right, Px, which x is a Symbol.
- final-m is the state after the operations.
- Click Run to run the state machine.
- Refresh page to recover from an error.
m-Configuration |
Symbol |
Operations |
final-m |
|
Run
Print JSON
Example One
Example Two