schleifen

A toy interpreter for LOOP programs

git clone https://git.8pit.net/schleifen.git

1LOOP op1 DO
2	result := result + op2;
3DONE;