Module hir

Source
Expand description

HIR model re-exports and lowering wrappers.

Modules§

browser_graph
Browser-friendly HIR graph rendering for interactive viewers.
lower
Frontend AST to HIR lowering wrappers.

Structs§

DuplicateExternFunction
Duplicate extern declaration metadata reported during lowering.
ExprId
Identifier for expressions stored in the HIR expression arena.
FuncId
Identifier for functions stored in a HIR program arena.
HirEnumDecl
Runtime enum declaration retained in HIR.
HirExternFunction
Extern function declaration lowered into HIR form.
HirFunction
Runtime function lowered into HIR form.
HirMatchArm
Runtime match arm retained in HIR.
HirParam
Function parameter lowered into HIR form.
HirProgram
Whole-program HIR container.
HirStructDecl
Runtime struct declaration retained in HIR.
HirType
Type reference attached to HIR parameters and return values.
StmtId
Identifier for statements stored in the HIR statement arena.

Enums§

HirExpr
HIR expression node.
HirStmt
HIR statement node.