index
:
imp.git
master
IMP Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
example.imp
blob: 9db6655768190ccc36abe2ccac0d56b2059a690d (
plain
)
1
2
3
4
5
6
7
(y := 0; var x := 5 in (while x < 10 do x := (x + 1) end; y := x) end)