Module mz_walkabout::ir
source ยท Expand description
Intermediate representation (IR) for codegen.
Structsยง
- An enum in the IRs.
- The intermediate representation.
- A generic parameter of an
Item
. - A struct in the IR.
- A variant of an
Enum
.
Enumsยง
- An item in the IR.
- The type of a
Field
.
Functionsยง
- analyze ๐Analyzes the provided items and produces an IR.
- analyze_
fields ๐ - analyze_
generics ๐ - analyze_
type ๐ - validate_
fields ๐