parse type terms

This commit is contained in:
Michael Sippel 2025-01-31 17:56:08 +01:00
parent d66dc0e78b
commit f0f8adbbbc
Signed by: senvas
GPG key ID: F96CF119C34B64A6
2 changed files with 51 additions and 20 deletions

View file

@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
chumsky = "0.9.0"
ariadne = "0.2"
laddertypes = { path = "../lib-laddertypes", features = ["pretty"] }