[][src]Module moore_vhdl::lazy

An implementation of lazy compiler passes.

Structs

LazyHirTable
LazyPhase

A table of tasks needed to perform a compiler phase.

LazyPhaseTable

A table of lazy compiler phases.

Enums

LazyNode

A lazily evaluated node.

Type Definitions

LazyHir

A callback to lazily lower a node to HIR.

LazyTypeck

A callback to lazily typeck a node.

LazyTypeckTable

A table of pending or running type checks.

LazyTypeval

A callback to lazily evaluate the type of a node.

LazyTypevalTable

A table of pending or running type evaluations.