tmsim

A fast turing machine simulator with graphviz export functionality

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

1input:3:1: Expected a state definition but didn't find a valid state name. Valid state names must match the following regex: 'q[0-9]+'.
2 start: q1;
3 ^