@@ -94,7 +94,7 @@ x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md", dev-dependencies =
94
94
[workspace ]
95
95
resolver = " 2"
96
96
members = [
97
- " compiler" , " compiler/core" , " compiler/codegen" , " compiler/source" ,
97
+ " compiler" , " compiler/core" , " compiler/codegen" , " compiler/literal " , " compiler/ source" ,
98
98
" ." , " common" , " derive" , " jit" , " vm" , " vm/sre_engine" , " pylib" , " stdlib" , " derive-impl" ,
99
99
" wasm/lib" ,
100
100
]
@@ -116,6 +116,7 @@ rustpython-common = { path = "common", version = "0.4.0" }
116
116
rustpython-derive = { path = " derive" , version = " 0.4.0" }
117
117
rustpython-derive-impl = { path = " derive-impl" , version = " 0.4.0" }
118
118
rustpython-jit = { path = " jit" , version = " 0.4.0" }
119
+ rustpython-literal = { path = " compiler/literal" , version = " 0.4.0" }
119
120
rustpython-vm = { path = " vm" , default-features = false , version = " 0.4.0" }
120
121
rustpython-pylib = { path = " pylib" , version = " 0.4.0" }
121
122
rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.4.0" }
@@ -127,21 +128,6 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0
127
128
ruff_text_size = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.11.0" }
128
129
ruff_source_file = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.11.0" }
129
130
ruff_python_codegen = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.11.0" }
130
- # rustpython-literal = { version = "0.4.0" }
131
- # rustpython-parser-core = { version = "0.4.0" }
132
- # rustpython-parser = { version = "0.4.0" }
133
- # rustpython-ast = { version = "0.4.0" }
134
- # rustpython-format= { version = "0.4.0" }
135
- rustpython-literal = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " d2f137b372ec08ce4a243564a80f8f9153c45a23" }
136
- # rustpython-parser-core = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
137
- # rustpython-parser = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
138
- # rustpython-ast = { git = "https://github.com/RustPython/Parser.git", version = "0.4.0", rev = "d2f137b372ec08ce4a243564a80f8f9153c45a23" }
139
- rustpython-format = { git = " https://github.com/RustPython/Parser.git" , version = " 0.4.0" , rev = " d2f137b372ec08ce4a243564a80f8f9153c45a23" }
140
- # rustpython-literal = { path = "../RustPython-parser/literal" }
141
- # rustpython-parser-core = { path = "../RustPython-parser/core" }
142
- # rustpython-parser = { path = "../RustPython-parser/parser" }
143
- # rustpython-ast = { path = "../RustPython-parser/ast" }
144
- # rustpython-format = { path = "../RustPython-parser/format" }
145
131
146
132
ahash = " 0.8.11"
147
133
ascii = " 1.1"
@@ -163,9 +149,9 @@ junction = "1.2.0"
163
149
libc = " 0.2.169"
164
150
log = " 0.4.25"
165
151
nix = { version = " 0.29" , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
166
- malachite-bigint = " 0.2.3 "
167
- malachite-q = " 0.4.22 "
168
- malachite-base = " 0.4.22 "
152
+ malachite-bigint = " 0.5 "
153
+ malachite-q = " 0.5 "
154
+ malachite-base = " 0.5 "
169
155
memchr = " 2.7.4"
170
156
num-complex = " 0.4.6"
171
157
num-integer = " 0.1.46"
0 commit comments