A fast turing machine simulator with graphviz export functionality
git clone https://git.8pit.net/tmsim.git
https://git.8pit.net/tmsim.git
1start: q5; 2accept: q5; 3 4q42 { 5 b < c , q42; 6}
1start: q5;
2accept: q5;
3
4q42 {
5 b < c , q42;
6}