turing-lib 2.1.6

Turing library for Rust
Documentation
1
2
3
4
(q0, 1, 0, R, q1);
(q1, 1, 1, R, q1);
(q1, 0, 0, R, q2);
(q2, 1, 0, H, q2);