Crate codegen

Source
Expand description

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

Modules§

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

Structs§

CompileOpts