mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
codegen
This commit is contained in:
parent
f321d0e9e1
commit
ee0b311261
12 changed files with 265 additions and 36 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue