tmsim

A fast turing machine simulator with graphviz export functionality

git clone https://git.8pit.net/tmsim.git

1input:5:6: Your transition definition is missing a symbol which is written to the tape when this transition is performed. This symbol can only be an alphanumeric character or the special blank character.
2 	a > ; => q0;
3 	    ^