ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
5
6
7
{
  "code": "ILO-L001",
  "long": "## ILO-L001: unexpected character\n\nA character was encountered that is not part of the ilo language.\n\n**Example:**\n\n    f x:n>n; $x\n\nThe `$` character is not valid in ilo source. Remove it or replace it\nwith a valid operator or identifier.\n",
  "phase": "lex",
  "schemaVersion": 1,
  "short": "unexpected character"
}