mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 05:44:52 +00:00
Make peephole optimizer a stream processor
This commit is contained in:
parent
4dcad05aa0
commit
e89d6febea
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
|
||||||
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
arrayvec = "0.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue