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§
- Take an AST and transform it into bytecode
Compile a Python AST or source code into bytecode consumable by RustPython.
pub use compile::CompileOpts;