n4th tests work again

This commit is contained in:
2026-09-06 11:50:38 -05:00
parent ca5915bf31
commit c82a0b4e3c
5 changed files with 1027 additions and 72 deletions
+3 -1
View File
@@ -10,4 +10,6 @@ crate-type = ["cdylib"]
[dependencies]
vcore = { path = "../vcore" }
mlua = { version = "0.8.0-beta.4", features = ["lua54", "vendored", "module"] }
novaforth = { path = "../novaforth" }
tinyjson = "2.5.1"
mlua = { version = "0.12.1", features = ["lua55", "module"] }