Sha256: dc468a63ac46aa23424c3e31e03399d5e85ec43d84e3e25f50332bd6e16c97b5

Contents?: true

Size: 1.11 KB

Versions: 133

Compression:

Stored size: 1.11 KB

Contents

# vim: ts=2 sw=2 et ft=ruby
# Call with a binary number on the tape:
# $ turing.rb prefix-equals-suffix-reversed-with-infix.stm 100101001

 0. right goto: 1
 1. cond  if: '0', then: 2, else: 13
 2. write symbol: 'O', goto: 3
 3. right goto: 4
 4. cond  if: 'B', then: 21, else: 5
 5. right goto: 6
 6. cond  if: 'B', then: 7, else: 5
 7. left  goto: 8
 8. cond  if: '0', then: 9, else: 21
 9. write symbol: 'B', goto: 10
10. left  goto: 11
11. cond  if: '0', then: 10, else: 12
12. cond  if: '1', then: 10, else: 0
13. cond  if: '1', then: 14, else: 31
14. write symbol: 'I', goto: 15
15. right goto: 16
16. cond  if: 'B', then: 21, else: 17
17. right goto: 18
18. cond  if: 'B', then: 19, else: 17
19. left  goto: 20
20. cond  if: '1', then: 9, else: 21
21. write symbol: 'B', goto: 22
22. left  goto: 23
23. cond  if: '0', then: 21, else: 24
24. cond  if: '1', then: 21, else: 25
25. write symbol: 'B', goto: 26
26. left  goto: 27
27. cond  if: 'O', then: 29, else: 28
28. cond  if: 'I', then: 30, else: 32
29. write symbol: '0', goto: 26
30. write symbol: '1', goto: 26
31. halt
32. right goto: 33
33. cond  if: 'B', then: 31, else: 32

Version data entries

133 entries across 119 versions & 9 rubygems

Version Path
tins-1.24.1 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.24.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.23.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tdiary-5.1.0 vendor/bundle/gems/tins-1.22.2/examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.22.2 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.22.1 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.22.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.21.1 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.21.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.20.3 examples/prefix-equals-suffix-reversed-with-infix.stm
tdiary-5.0.13 vendor/bundle/gems/tins-1.20.2/examples/prefix-equals-suffix-reversed-with-infix.stm
tdiary-5.0.12.1 vendor/bundle/gems/tins-1.20.2/examples/prefix-equals-suffix-reversed-with-infix.stm
tdiary-5.0.11 vendor/bundle/gems/tins-1.20.2/examples/prefix-equals-suffix-reversed-with-infix.stm
tdiary-5.0.11 vendor/bundle/gems/tins-1.16.3/examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.20.2 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.20.1 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.20.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.19.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.18.0 examples/prefix-equals-suffix-reversed-with-infix.stm
tins-1.17.0 examples/prefix-equals-suffix-reversed-with-infix.stm