redid the parser, patched up the project too.

This commit is contained in:
2022-07-03 18:01:40 +02:00
parent 6fb4b581b1
commit 2b55fae10d
30 changed files with 967 additions and 570 deletions

View File

@@ -9,4 +9,7 @@ edition = "2021"
thiserror = "1.0"
chumsky = "0.8"
derivative = "2.2"
hashbrown = "0.12"
hashbrown = "0.12"
mappable-rc = "0.1"
ordered-float = "3.0"
itertools = "0.10"