lang: basic parser

This commit is contained in:
Schrottkatze 2024-04-03 00:08:00 +02:00
commit ca84af4e1b
No known key found for this signature in database
11 changed files with 362 additions and 33 deletions

View file

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