Facebook
From Ich, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 270
  1. {
  2.   "program": [
  3.     [
  4.       "0",
  5.       "Start",
  6.       [
  7.         "0",
  8.         "Right",
  9.         "Start"
  10.       ]
  11.     ],
  12.     [
  13.       "1",
  14.       "Start",
  15.       [
  16.         "1",
  17.         "Right",
  18.         "Start"
  19.       ]
  20.     ],
  21.     [
  22.       "#",
  23.       "Start",
  24.       [
  25.         "#",
  26.         "Right",
  27.         "Start"
  28.       ]
  29.     ],
  30.     [
  31.       "$",
  32.       "Start",
  33.       [
  34.         "$",
  35.         "Left",
  36.         "read"
  37.       ]
  38.     ],
  39.     [
  40.       "1",
  41.       "read",
  42.       [
  43.         "1",
  44.         "Stop",
  45.         "read_1"
  46.       ]
  47.     ],
  48.     [
  49.       "1",
  50.       "read_1",
  51.       [
  52.         "1",
  53.         "Right",
  54.         "read_1"
  55.       ]
  56.     ],
  57.     [
  58.       "0",
  59.       "read",
  60.       [
  61.         "0",
  62.         "Left",
  63.         "read_0"
  64.       ]
  65.     ],
  66.     [
  67.       "0",
  68.       "read_1",
  69.       [
  70.         "0",
  71.         "Left",
  72.         "read_0"
  73.       ]
  74.     ],
  75.     [
  76.       "0",
  77.       "read_0",
  78.       [
  79.         "0",
  80.         "Left",
  81.         "read_0"
  82.       ]
  83.     ],
  84.     [
  85.       "0",
  86.       "turn",
  87.       [
  88.         "0",
  89.         "Right",
  90.         "turn"
  91.       ]
  92.     ],
  93.     [
  94.       "1",
  95.       "turn",
  96.       [
  97.         "1",
  98.         "Right",
  99.         "turn"
  100.       ]
  101.     ],
  102.     [
  103.       "#",
  104.       "turn",
  105.       [
  106.         "#",
  107.         "Right",
  108.         "turn"
  109.       ]
  110.     ],
  111.     [
  112.       "$",
  113.       "turn",
  114.       [
  115.         "$",
  116.         "Left",
  117.         "read"
  118.       ]
  119.     ],
  120.     [
  121.       "#",
  122.       "read_1",
  123.       [
  124.         "#",
  125.         "Stop",
  126.         "hashtagrun"
  127.       ]
  128.     ],
  129.     [
  130.       "#",
  131.       "hashtagrun",
  132.       [
  133.         "#",
  134.         "Left",
  135.         "hashtagrun"
  136.       ]
  137.     ],
  138.     [
  139.       "1",
  140.       "read_0",
  141.       [
  142.         "0",
  143.         "Right",
  144.         "change"
  145.       ]
  146.     ],
  147.     [
  148.       "0",
  149.       "change",
  150.       [
  151.         "1",
  152.         "Stop",
  153.         "turn"
  154.       ]
  155.     ],
  156.     [
  157.       "1",
  158.       "change",
  159.       [
  160.         "1",
  161.         "Stop",
  162.         "turn"
  163.       ]
  164.     ],
  165.     [
  166.       "$",
  167.       "read_1",
  168.       [
  169.         "$",
  170.         "Left",
  171.         "hashtagrun"
  172.       ]
  173.     ],
  174.     [
  175.       "$",
  176.       "hashtagrun",
  177.       [
  178.         "$",
  179.         "Left",
  180.         "hastagrun"
  181.       ]
  182.     ],
  183.     [
  184.       "1",
  185.       "hashtagrun",
  186.       [
  187.         "1",
  188.         "Left",
  189.         "hashtagrun"
  190.       ]
  191.     ],
  192.     [
  193.       "0",
  194.       "hashtagrun",
  195.       [
  196.         "0",
  197.         "Left",
  198.         "read"
  199.       ]
  200.     ],
  201.     [
  202.       "$",
  203.       "read",
  204.       [
  205.         "$",
  206.         "Left",
  207.         "turn"
  208.       ]
  209.     ],
  210.     [
  211.       "#",
  212.       "read_0",
  213.       [
  214.         "#",
  215.         "Stop",
  216.         "End"
  217.       ]
  218.     ],
  219.     [
  220.       "$",
  221.       "read_0",
  222.       [
  223.         "$",
  224.         "Left",
  225.         "turn"
  226.       ]
  227.     ],
  228.     [
  229.       "#",
  230.       "read",
  231.       [
  232.         "#",
  233.         "Stop",
  234.         "End"
  235.       ]
  236.     ],
  237.     [
  238.       "#",
  239.       "change",
  240.       [
  241.         "#",
  242.         "Stop",
  243.         "End"
  244.       ]
  245.     ],
  246.     [
  247.       "$",
  248.       "change",
  249.       [
  250.         "$",
  251.         "Left",
  252.         "turn"
  253.       ]
  254.     ]
  255.   ],
  256.   "tape": {
  257.     "blank_symbol": "_",
  258.     "offset": 0,
  259.     "cursor": 0,
  260.     "data": [
  261.       "#",
  262.       "1",
  263.       "0",
  264.       "1",
  265.       "0",
  266.       "$"
  267.     ],
  268.     "history": [
  269.       []
  270.     ],
  271.     "history_size": 0
  272.   },
  273.   "final_states": [
  274.     "End"
  275.   ],
  276.   "initial_state": "Start",
  277.   "initial_tape": {
  278.     "blank_symbol": "_",
  279.     "offset": 0,
  280.     "cursor": 0,
  281.     "data": [
  282.       "#",
  283.       "1",
  284.       "0",
  285.       "1",
  286.       "0",
  287.       "$"
  288.     ]
  289.   },
  290.   "state_history": [
  291.     "Start"
  292.   ],
  293.   "name": "Joline 2017-11-12",
  294.   "step": 0,
  295.   "speed": 320,
  296.   "animations": true
  297. }
  298.