Expand description
Definitions of IR nodes and their parser, and ir generator functions for generating ir from ast.
Re-exports§
pub use function::statement;
pub use function::FunctionDefinition;
pub use function::FunctionHeader;
pub use quantity::RegisterName;
pub use editor::analyzer;
Modules§
- Data structure, parser and ir generator for functions.
- Data structure and parser for variables (global or local) and literals.
Structs§
GlobalDefinition
represents a global variable definition.- Context for generating IR.
TypeDefinition
represents definition of a struct.
Enums§
- The root nodes of IR.