lang: funky basic error reporting stuff

This commit is contained in:
Schrottkatze 2024-04-03 17:00:20 +02:00
commit 84448af714
No known key found for this signature in database
8 changed files with 122 additions and 18 deletions

View file

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