Refactor: Move tester module to utils

This commit is contained in:
Michael Schimmel
2026-02-18 18:09:33 +01:00
parent b6d1d41c8b
commit 193414c1da
6 changed files with 12 additions and 9 deletions
-1
View File
@@ -5,4 +5,3 @@ pub mod parser;
pub mod compiler;
pub mod environment;
pub mod vm;
pub mod tester;