lang: massive amounts of parser and ast pain

This commit is contained in:
Schrottkatze 2024-04-11 03:23:03 +02:00
commit 9da157ff4a
No known key found for this signature in database
16 changed files with 900 additions and 170 deletions

View file

@ -7,11 +7,13 @@ edition = "2021"
[dependencies]
logos = "0.14"
chumsky = {version= "1.0.0-alpha.6", features=["label"]}
chumsky = {version= "1.0.0-alpha.7", features=["label"]}
petgraph = { workspace = true}
indexmap = "2.2.6"
clap = { version = "4", features = ["derive"] }
ariadne = "0.4.0"
ego-tree = "0.6.2"
rowan = "0.15.15"
[lints]
workspace = true