mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +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
|
@ -12,5 +12,5 @@ unparse = ["rustpython-common"]
|
|||
|
||||
[dependencies]
|
||||
num-bigint = "0.4.3"
|
||||
rustpython-bytecode = { path = "../bytecode" }
|
||||
rustpython-compiler-core = { path = "../core" }
|
||||
rustpython-common = { path = "../../common", optional = true }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use num_bigint::BigInt;
|
||||
pub use rustpython_bytecode::ConversionFlag;
|
||||
pub use rustpython_compiler_core::ConversionFlag;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Constant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue