Module text

Module text 

Source
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.