translated n4th tests to rust

This commit is contained in:
2026-09-07 14:49:29 -05:00
parent c82a0b4e3c
commit 676856dfe1
10 changed files with 1090 additions and 910 deletions
+4 -1
View File
@@ -8,4 +8,7 @@ edition = "2021"
[dependencies]
vcore = { path = "../vcore" }
vasm_core = { path = "../vasm_core" }
forge_core = { path = "../forge_core" }
forge_core = { path = "../forge_core" }
novaforth = { path = "../novaforth" }
lazy_static = "1.4.0"
tinyjson = "2.5.1"