{ "program": [ [ "0", "Start", [ "0", "Right", "Start" ] ], [ "1", "Start", [ "1", "Right", "Start" ] ], [ "#", "Start", [ "#", "Right", "Start" ] ], [ "$", "Start", [ "$", "Left", "read" ] ], [ "1", "read", [ "1", "Stop", "read_1" ] ], [ "1", "read_1", [ "1", "Right", "read_1" ] ], [ "0", "read", [ "0", "Left", "read_0" ] ], [ "0", "read_1", [ "0", "Left", "read_0" ] ], [ "0", "read_0", [ "0", "Left", "read_0" ] ], [ "0", "turn", [ "0", "Right", "turn" ] ], [ "1", "turn", [ "1", "Right", "turn" ] ], [ "#", "turn", [ "#", "Right", "turn" ] ], [ "$", "turn", [ "$", "Left", "read" ] ], [ "#", "read_1", [ "#", "Stop", "hashtagrun" ] ], [ "#", "hashtagrun", [ "#", "Left", "hashtagrun" ] ], [ "1", "read_0", [ "0", "Right", "change" ] ], [ "0", "change", [ "1", "Stop", "turn" ] ], [ "1", "change", [ "1", "Stop", "turn" ] ], [ "$", "read_1", [ "$", "Left", "hashtagrun" ] ], [ "$", "hashtagrun", [ "$", "Left", "hastagrun" ] ], [ "1", "hashtagrun", [ "1", "Left", "hashtagrun" ] ], [ "0", "hashtagrun", [ "0", "Left", "read" ] ], [ "$", "read", [ "$", "Left", "turn" ] ], [ "#", "read_0", [ "#", "Stop", "End" ] ], [ "$", "read_0", [ "$", "Left", "turn" ] ], [ "#", "read", [ "#", "Stop", "End" ] ], [ "#", "change", [ "#", "Stop", "End" ] ], [ "$", "change", [ "$", "Left", "turn" ] ] ], "tape": { "blank_symbol": "_", "offset": 0, "cursor": 0, "data": [ "#", "1", "0", "1", "0", "$" ], "history": [ [] ], "history_size": 0 }, "final_states": [ "End" ], "initial_state": "Start", "initial_tape": { "blank_symbol": "_", "offset": 0, "cursor": 0, "data": [ "#", "1", "0", "1", "0", "$" ] }, "state_history": [ "Start" ], "name": "Joline 2017-11-12", "step": 0, "speed": 320, "animations": true }