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