Expand description
Text literal and tagged content parsing for AIMX.
Provides parsers for quoted strings, brace-delimited blocks and angle-bracket tags with escape handling, used by the AIMX lexer/parser.
Functionsยง
- convert_
escaped_ text - Convert text with escapes (no surrounding quotes) to a decoded string.
- parse_
block - Parse a brace-delimited block with a leading symbol.
- parse_
tag - Parse an angle-bracket tag:
<...>. - parse_
text - Parse a quoted text literal.