This commit is contained in:
nora 2023-05-24 20:24:19 +02:00
parent f321d0e9e1
commit ee0b311261
12 changed files with 265 additions and 36 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = [".", "./parser", "./analysis", "./codegen_x86"]
members = [".", "./parser", "./analysis", "./codegen"]
[package]
name = "uwucc"
@ -11,5 +11,6 @@ edition = "2021"
[dependencies]
bumpalo = "3.10.0"
analysis = { path = "./analysis" }
codegen = { path = "./codegen" }
parser = { path = "./parser" }
dbg-pls = { version = "0.3.2", features = ["derive", "colors"] }