ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
-- feature: record type + field access
-- expected: 3
type pt{x:n;y:n}
main>n;p=pt x:3 y:4;p.x