ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: arithmetic + ops (add, mul, div)
-- expected: 17
main>n;a=+1 2;b=*a 5;+b 2