{ "program": [ [ "#", "read", [ "#", "Right", "read" ] ], [ "1", "Start", [ "1", "Right", "read" ] ], [ "1", "read", [ "1", "Right", "read_1" ] ], [ "0", "Start", [ "0", "Right", "read" ] ], [ "0", "read", [ "0", "Right", "read_0" ] ], [ "1", "read_1", [ "1", "Right", "read" ] ], [ "0", "read_1", [ "0", "Right", "read_0" ] ], [ "_", "read_1", [ "_", "Stop", "notDiv" ] ], [ "1", "read_0", [ "1", "Right", "read_1" ] ], [ "0", "read_0", [ "0", "Right", "read_0" ] ], [ "_", "read_0", [ "_", "Left", "Division" ] ], [ "0", "Division", [ "_", "Stop", "move" ] ], [ "1", "Division", [ "1", "Left", "Division" ] ], [ "_", "Division", [ "_", "Stop", "move" ] ], [ "_", "read", [ "_", "Stop", "End" ] ], [ "_", "Start", [ "_", "Stop", "End" ] ], [ "_", "move", [ "_", "Left", "two_underscores" ] ], [ "0", "move", [ "_", "Right", "move_0" ] ], [ "_", "move_0", [ "0", "Left", "move" ] ], [ "1", "move", [ "_", "Right", "move_1" ] ], [ "_", "move_1", [ "1", "Left", "move" ] ], [ "#", "Back", [ "#", "Right", "Back" ] ], [ "1", "Back", [ "1", "Right", "Back" ] ], [ "0", "Back", [ "0", "Right", "Back" ] ], [ "_", "Back", [ "_", "Right", "Back" ] ], [ "1", "move_0", [ "1", "Left", "move_1" ] ], [ "1", "move_1", [ "1", "Left", "move_1" ] ], [ "0", "move_0", [ "0", "Left", "move_0" ] ], [ "0", "move_1", [ "0", "Left", "move_0" ] ], [ "1", "ending", [ "1", "Right", "ending" ] ], [ "0", "ending", [ "0", "Right", "ending" ] ], [ "_", "ending", [ "_", "Right", "turn" ] ], [ "1", "two_underscores", [ "_", "Right", "move_1" ] ], [ "0", "two_underscores", [ "_", "Right", "move_0" ] ], [ "_", "two_underscores", [ "_", "Right", "ending" ] ], [ "_", "turn", [ "_", "Stop", "End" ] ], [ "1", "turn", [ "1", "Right", "turn" ] ], [ "0", "turn", [ "0", "Right", "turn" ] ] ], "tape": { "blank_symbol": "_", "offset": 0, "cursor": 0, "data": [ "1", "0", "1", "0", "0", "0", "0", "_" ], "history": [ [] ], "history_size": 0 }, "final_states": [ "End", "notDiv" ], "initial_state": "Start", "initial_tape": { "blank_symbol": "_", "offset": 0, "cursor": 0, "data": [ "1", "0", "1", "0", "0", "0", "0", "_" ] }, "state_history": [ "Start" ], "name": "Luciano 2017-11-11", "step": 0, "speed": 385, "animations": true }