begin writing parser

This commit is contained in:
Anand Balakrishnan 2023-09-08 13:48:05 -07:00
parent 3d6157e03a
commit 49408a310b
No known key found for this signature in database
4 changed files with 46 additions and 15 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
ariadne = "0.3.0"
chumsky = "0.9.2"
chumsky = "1.0.0-alpha.4"