Expand description
Shared {expr} brace-scanning used by both the compile-time interpolation
parser and the runtime translation-template evaluator.
Both sites need to walk a raw string looking for {…} placeholders; this
module provides one implementation that they both call.
Enums§
- Brace
Segment - A segment produced by scanning
{expr}interpolation syntax.
Functions§
- scan_
brace_ segments - Scans
textfor{expr}placeholder syntax, yielding segments in order.