A fast turing machine simulator with graphviz export functionality
git clone https://git.8pit.net/tmsim.git
https://git.8pit.net/tmsim.git
1start: q1; 2accept: q52; 3 4q0 { 5 $ | $ => q52; 6}
1start: q1;
2accept: q52;
3
4q0 {
5 $ | $ => q52;
6}