so yeah that was a bunch of code

This commit is contained in:
nora 2023-05-27 22:30:09 +02:00
parent 3a282ffb89
commit ebe01c7521
17 changed files with 590 additions and 106 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
bumpalo = "3.10.0"
either = "1.8.1"
indexmap = "1.9.1"
parser = { path = "../parser" }
rustc-hash = "1.1.0"