Skip to main content

Crate python_ir

Crate python_ir 

Source
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§

Function
IR function
Module
IR module

Enums§

Instruction
IR instruction

Functions§

ast_to_ir
Convert AST to IR
optimize_ir
Optimize IR