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

1
kr/Cargo.lock generated
View File

@@ -169,6 +169,7 @@ version = "0.1.0"
dependencies = [
"lalrpop",
"lalrpop-util",
"once_cell",
"regex",
]