ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
5
6
7
{
  "code": "ILO-L002",
  "long": "## ILO-L002: underscore in identifier\n\nilo uses hyphens as word separators in identifiers, not underscores.\n\n**Example that triggers this:**\n\n    my_func x:n>n;x\n\n**Fix:**\n\n    my-func x:n>n;x\n",
  "phase": "lex",
  "schemaVersion": 1,
  "short": "underscore in identifier — use hyphens"
}