index
:
sjit-compiler
master
A stupid just-in-time compiler
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tak.test
blob: 62a86b0b6d48bff48fc9a5cedb0483c443dd0612 (
plain
) (
blame
)
1
2
tak x y z = if (x <= y) z tak(tak(x-1,y,z), tak(y-1,z,x), tak(z-1,x,y)) tak(24,16,8)