mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-16 01:25:25 +00:00
rustpython-bytecode -> rustpython-compiler-core
This commit is contained in:
parent
d60ad9be23
commit
b3095c7451
11 changed files with 25 additions and 23 deletions
|
@ -1,13 +1,13 @@
|
|||
use rustpython_bytecode::CodeObject;
|
||||
use rustpython_codegen::{compile, symboltable};
|
||||
use rustpython_compiler_core::CodeObject;
|
||||
use rustpython_parser::{
|
||||
ast::{fold::Fold, ConstantOptimizer, Location},
|
||||
parser,
|
||||
};
|
||||
use std::fmt;
|
||||
|
||||
pub use rustpython_bytecode::Mode;
|
||||
pub use rustpython_codegen::compile::CompileOpts;
|
||||
pub use rustpython_compiler_core::Mode;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum CodegenErrorType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue