Update compiler to output codeobj.constants, use insta for snapshot testing

This commit is contained in:
Noah 2020-10-17 18:56:30 -05:00
parent a35d4dc22a
commit f0c0897f23

View file

@ -15,3 +15,6 @@ rustpython-parser = { path = "../parser", version = "0.1.1" }
num-complex = { version = "0.3", features = ["serde"] } num-complex = { version = "0.3", features = ["serde"] }
log = "0.4" log = "0.4"
arrayvec = "0.5" arrayvec = "0.5"
[dev-dependencies]
insta = { version = "1.1", features = ["ron"] }