ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
-- feature: recursion
-- expected: 120
fact n:n>n;=n 0{1};*n fact -n 1
main>n;fact 5