Expand description
ast is the submodule for the AST parser.
Structs§
- Enum
Type Def - A user-defined
enumtype. - FnDef
- A user-defined
structtype. - Match
Arm - A
MatchArmis a case for a match expression. - ModDef
- Package
- A
Packageis a compilation unit built from a single file. - Struct
Type Def - A user-defined
structtype. - When
- A
Whenstatement drives procedural logic. - Wire
Wires drive the value of port, node, or register.- WordLit
- A
WordLitis a literal for a hardware integer with an optional width ascription.
Enums§
- Decl
- A
Declis a declaration that lives inside of amodorextdefiniton. - Expr
- An expression.
- Item
- A top-level declaration in a
Package. - Target
- A reference to a hardware component, either in this module, or in a child module.
- Type
- A type classifier for values.
- Wire
Type - The different kinds of
Wires in Bitsy.