Packages

TOON (Token-Oriented Object Notation) encoder/decoder - a compact, token-efficient format for LLM input

Current section

Files

Jump to
toon_codec include toon_codec@error_ParseError.hrl
Raw

include/toon_codec@error_ParseError.hrl

-record(parse_error, {
message :: binary(),
line :: integer(),
column :: integer()
}).