initial parser for morphism-base using chumsky
This commit is contained in:
parent
f65dfee2b3
commit
d66dc0e78b
2 changed files with 101 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "ldmc"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chumsky = "0.9.0"
|
||||
ariadne = "0.2"
|
Loading…
Add table
Add a link
Reference in a new issue