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.
- Statement
Id