A toy interpreter for LOOP programs
git clone https://git.8pit.net/schleifen.git
https://git.8pit.net/schleifen.git
1sum := op1; 2LOOP op2 DO 3 sum := sum + 1; 4DONE;
1sum := op1;
2LOOP op2 DO
3 sum := sum + 1;
4DONE;