Finally finished sketching out the new version, lets get on the compile errors

This commit is contained in:
2023-03-19 00:59:46 -04:00
parent 04bf1c6249
commit 7b334e96df
3 changed files with 334 additions and 313 deletions

View File

@@ -10,6 +10,7 @@ build = "build.rs"
lalrpop-util = {version="0.19.7", features=["lexer"]}
regex = "1"
once_cell = "1.17.0"
anyhow = "1"
[build-dependencies]
lalrpop = "0.19.7"