Structs§
Enums§
Functions§
- catch_
aliases - Applies the given function to the innermost
node
by unwrapping alias expansion nodes. Appends alias expansion stack to error and diagnostics. - expect_
lambda - Unwraps inner node if the given
node
is a lambda. - expect_
string_ literal - Unwraps inner value if the given
node
is a string literal. - lookup_
function - Looks up
table
by the given function name. - lookup_
method - Looks up
table
by the given method name. - parse
- Parses text into AST nodes, and expands aliases.
- parse_
template - Parses text into AST nodes. No type/name checking is made at this stage.
Type Aliases§
- Expression
Node - Function
Call Node - Template
Aliases Map - Template
Diagnostics - Manages diagnostic messages emitted during template parsing and building.
- Template
Parse Result