class
Can::AST::ElseMark
- Can::AST::ElseMark
- Can::AST::Node
- Reference
- Object
Overview
Transient parser-only nodes: <.else/> and <.elseif cond={…}/> are
sentinels emitted by the parser and consumed by build_if, which
restructures the body into nested If nodes. They never reach codegen
in well-formed templates; if they do, codegen raises a "stray" error.