more codegen

This commit is contained in:
nora 2023-05-24 21:49:56 +02:00
parent ee0b311261
commit db219d3d74
7 changed files with 214 additions and 15 deletions

View file

@ -18,3 +18,4 @@ iced-x86 = { version = "1.18.0", default-features = false, features = [
] }
object = { version = "0.31.1", features = ["write"] }
parser = { path = "../parser" }
rustc-hash = "1.1.0"