initial parser for morphism-base using chumsky

This commit is contained in:
Michael Sippel 2025-01-29 11:33:01 +01:00
parent f65dfee2b3
commit d66dc0e78b
Signed by: senvas
GPG key ID: F96CF119C34B64A6
2 changed files with 101 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "ldmc"
version = "0.1.0"
edition = "2024"
[dependencies]
chumsky = "0.9.0"
ariadne = "0.2"