pub fn compile_program(
ast: &[Stmt],
source_path: String,
opts: CompileOpts,
) -> Result<CodeObject, CodegenError>Expand description
Compile a standard Python program to bytecode
pub fn compile_program(
ast: &[Stmt],
source_path: String,
opts: CompileOpts,
) -> Result<CodeObject, CodegenError>Compile a standard Python program to bytecode