Start splitting out the tests into multiples, with the library code at top level in once_cell's Lazy

This commit is contained in:
2023-02-12 16:16:59 -05:00
parent 5838cf0bdd
commit e9b8f636cf
3 changed files with 88 additions and 51 deletions

View File

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