Const
Inline rule for parsing @@...@@ and @<...>@ raw (verbatim) text.
@@...@@
@<...>@
Triggered by either RAW_OPEN (@@) or RAW_BLOCK_OPEN (@<) tokens. Delegates to the appropriate handler based on the opening token type.
RAW_OPEN
@@
RAW_BLOCK_OPEN
@<
Inline rule for parsing
@@...@@and@<...>@raw (verbatim) text.Triggered by either
RAW_OPEN(@@) orRAW_BLOCK_OPEN(@<) tokens. Delegates to the appropriate handler based on the opening token type.