ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: unq — dedupe consecutive
-- expected: [1, 2, 3]
main>L n;unq [1,1,2,2,3]