Make peephole optimizer a stream processor

This commit is contained in:
coolreader18 2019-08-03 22:02:29 -05:00
parent 4dcad05aa0
commit e89d6febea

View file

@ -13,3 +13,4 @@ rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
rustpython-parser = { path = "../parser", version = "0.1.0" }
num-complex = { version = "0.2", features = ["serde"] }
log = "0.3"
arrayvec = "0.4"