index
:
imp.git
master
IMP Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example.imp
blob: d87c891c44531287c6ecd4584a9963ef9a758e72 (
plain
)
1
(x := 1; while x < 10 do x := (x * 2) end)