Skip to main content

Module structured

Module structured 

Source
Expand description

Bodies with structured control-flow (if ... then ... else ..., loop { ... }, etc).

We reconstruct this structure from the unstructured ast in an optional translation pass.

Structs§

Block
A sequence of statements.
BlockId
Statement
A statement, which can contain nested statements inside loops or switchers.
StatementId

Enums§

StatementKind
Switch

Type Aliases§

ExprBody