Skip to main content

Crate rustpython_compiler

Crate rustpython_compiler 

Source

Re-exports§

pub use ruff_python_ast as ast;
pub use ruff_python_parser as parser;
pub use rustpython_codegen as codegen;
pub use rustpython_compiler_core as core;

Structs§

CodeObject
Primary container of a single code object. Each python function has a code object. Also a module has a code object.
CompileOpts
ParseError

Enums§

CompileError
CompileErrorType
Mode

Functions§

_compile_symtable
compile
Compile a given source code into a bytecode object.
compile_symtable