Turing Machine
help
Visualizer
Final Tape
N/A
start/stop
Program
0 0 0 r 0 0 1 x r 1 1 1 1 r 1 1 0 0 r 2 2 0 0 r 2 2 1 1 r 3 3 1 1 r 3 3 0 1 l 4 3 _ 1 l 4 4 1 1 l 4 4 0 0 l 5 5 0 0 l 5 5 1 1 l 6 5 x x r halt 6 1 1 l 6 6 x x r 0 6 0 0 r 0 $INITIAL_TAPE 101 $INITIAL_STATE 0
Turing Machine Programming info:
Syntax: <cur state> <cur sym> <new sym> <dir> <new state>
'#' starts a comment.
'*' is a wildcard
'_' represents the blank (space) symbol.
Symbols must be a single non-whitespace character.
States can be any word, not only numbers.
$INITIAL_TAPE is required to be set
$INITIAL_STATE is required to be set
General help:
click on popups to close them
Parse error.
There is an error with your turing machine.
Fork me on GitHub