git @ Cat's Eye Technologies Turmac / 9199ca6
Remove bogus example. Need to rewrite using string-valued states. Chris Pressey 4 months ago
1 changed file(s) with 0 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
+0
-26
eg/copy-string.turmac.csv less more
0 in state,if the symbol is,write the symbol,move the head,go to state
1 0,0,0,R,3
2 0,1,1,R,4
3 0,2,2,R,5
4 3,0,0,R,3
5 3,1,1,R,3
6 3,2,2,R,6
7 4,0,0,R,4
8 4,1,1,R,4
9 4,2,2,R,7
10 5,2,2,L,8
11 6,0,0,R,6
12 6,1,1,R,6
13 6,2,2,L,9
14 7,0,0,R,7
15 7,1,1,R,7
16 7,2,2,L,10
17 8,0,0,L,8
18 8,1,1,L,8
19 8,2,2,L,0
20 9,0,0,0,R,H
21 9,1,1,0,R,H
22 9,2,2,0,R,H
23 10,0,0,1,R,H
24 10,1,1,1,R,H
25 10,2,2,1,R,H