Crate rustpython_codegen

Source
Expand description

Compile a Python AST or source code into bytecode consumable by RustPython.

Re-exports§

pub use compile::CompileOpts;

Modules§

compile
Take an AST and transform it into bytecode
error
ir
symboltable