iotas
Iota Syntaxis parser — the Unicode variant of Jot Syntax, published at iotasyntaxis.org.
A thin shim over the jots
crate with the variant preset: identifier and filename character
classes follow Unicode XID_Start/XID_Continue instead of
ASCII. Wire format, JOTS_* environment variables, .jot.toml,
and diagnostic codes are shared verbatim between the variants.
let result = parse;
The iotas binary mirrors jots, reading a file or stdin and
emitting parsed metadata as JSON.