ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
-- feature: sum type (S a b c) - tagged text variant
-- expected: cat
pick a:S dog cat>t;?a{"dog":"woof";"cat":"cat"}
main>t;pick "cat"