1input:6:11: Only deterministic turing machines are supported. Meaning you can't have more than one transition for the same input symbol.
2 a > b => q2;
3 ^
A fast turing machine simulator with graphviz export functionality
git clone https://git.8pit.net/tmsim.git
1input:6:11: Only deterministic turing machines are supported. Meaning you can't have more than one transition for the same input symbol.
2 a > b => q2;
3 ^