git @ Cat's Eye Technologies Turmac / master eg / binary-counter.turmac.csv
master

Tree @master (Download .tar.gz)

binary-counter.turmac.csv @masterraw · history · blame

1
2
3
4
5
6
7
in state,if the symbol is,write the symbol,move the head,go to state
S0,_,_,L,S1
S0,0,0,R,S0
S0,1,1,R,S0
S1,_,1,R,S0
S1,0,1,R,S0
S1,1,0,L,S1