started grammar parsing

This commit is contained in:
Jolimaitre Matthieu 2022-05-25 20:09:59 +03:00
parent 43f42ecccd
commit 7aa98bdd04
5 changed files with 322 additions and 1 deletions

View file

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chumsky = "0.8.0"