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
+1 -1
View File
@@ -5,7 +5,7 @@ use mlua::{Error, UserData, UserDataMethods};
use vcore::memory::{PeekPoke, PeekPokeExt};
use std::iter::FromIterator;
use tinyjson::JsonValue;
use novaforth::{ROM, PRELUDE, SYMBOLS};
use novaforth::{ROM, SYMBOLS};
use vcore::opcodes::Opcode;
#[mlua::lua_module]