Expand description
Python intermediate representation for Rusty Python
This crate provides the intermediate representation (IR) for Python code, which is used for optimization and code generation.
Structs§
Enums§
- Instruction
- IR instruction
Functions§
- ast_
to_ ir - Convert AST to IR
- optimize_
ir - Optimize IR