Open jirmauritz opened 8 years ago
Some thoughts on the JSON representation:
[forward, [turn, left], [repeat, 10, forward, [turn, right]],
[while, [check_color, not, yellow], forward]]
[
{command: 'forward'},
{command: 'turn', args: ['left']},
{command: 'repeat', args: [10], body: [...]
]