ilo 0.11.5

ilo — a programming language for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
-- camelCase dot-access on records parsed from real-world JSON (NVD, AWS, Stripe, GitHub).
sev j:t>R n t;r=jpar! j;r.baseSeverity
url j:t>R n t;r=jpar! j;r.gitURL
chained j:t>R n t;r=jpar! j;r.baseSeverity.label

-- run: sev {"baseSeverity":"HIGH"}
-- out: HIGH

-- run: url {"gitURL":"https://x"}
-- out: https://x

-- run: chained {"baseSeverity":{"label":"low"}}
-- out: low