Packages
toon_codec
1.0.0
TOON (Token-Oriented Object Notation) encoder/decoder - a compact, token-efficient format for LLM input
Current section
Files
Jump to
Current section
Files
include/toon_codec@decode@scanner_LineCursor.hrl
-record(line_cursor, {
lines :: list(toon_codec@types:parsed_line()),
position :: integer()
}).