Function compile_program_single

Source
pub fn compile_program_single(
    ast: &[Stmt],
    source_path: String,
    opts: CompileOpts,
) -> Result<CodeObject, CodegenError>
Expand description

Compile a Python program to bytecode for the context of a REPL