lang: parsing to events now

This commit is contained in:
Schrottkatze 2024-04-12 20:55:55 +02:00
commit 1711d17fa6
No known key found for this signature in database
8 changed files with 176 additions and 383 deletions

View file

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