First progress, right now only the MOVE command is implemented.
Move syntax:
move <velocity in m/s> for <time in s>
Edit: implemented JUMP command
Syntax:
jump <force in N [optional]> <write "continue" here if the next command should be executed directly and not after the robot landed>
EDIT: Removed continue as you can simply write
jump 500 for 0