|
spudplate
Template scaffolding compiler for spudlang .spud files
|
A string literal containing one or more {expr} interpolations.
More...
#include <ast.h>
A string literal containing one or more {expr} interpolations.
Produced by the parser when a "..." string literal contains any {...} segment. Each parts entry is either a literal string fragment (the text between braces) or an expression to evaluate and stringify. Evaluation concatenates the stringified parts in order. A plain string literal (no {...}) parses as a StringLiteralExpr; this type is used only when at least one interpolation is present.