Mycelium/hyphae/src
Ava Affine 609e65a8db
All checks were successful
per-push tests / build (push) Successful in 49s
per-push tests / test-frontend (push) Successful in 53s
per-push tests / test-utility (push) Successful in 1m2s
per-push tests / test-backend (push) Successful in 54s
per-push tests / timed-decomposer-parse (push) Successful in 56s
Test harness for HyphaeVM
This commit adds a testing framework for HyphaeVM which enables
testing various aspects of the VM state after running input programs
against a VM with possibly preinitialized state.

This includes a builder pattern initializer for the VM, and bespoke
logic for a test case tester.

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-29 23:37:22 +00:00
..
heap.rs String Instructions 2025-07-29 18:19:16 +00:00
hmap.rs Test harness for HyphaeVM 2025-07-29 23:37:22 +00:00
instr.rs HyphaeVM - WIP 2025-07-24 19:26:31 +00:00
lib.rs Clean up project structure 2025-07-24 19:44:43 +00:00
stackstack.rs Test harness for HyphaeVM 2025-07-29 23:37:22 +00:00
util.rs HyphaeVM - WIP 2025-07-24 19:26:31 +00:00
vm.rs Test harness for HyphaeVM 2025-07-29 23:37:22 +00:00