WIP HyphaeVM

This commit is a WORK IN PROGRESS for the base implementation of the
HyphaeVM. This will be squashed into a larger commit eventually when
the work of implementing the HyphaeVM is finished.

Do note the in progress number package implementation in snippets

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-06-26 10:52:54 -07:00
parent 3a0a141738
commit 0476160ae3
17 changed files with 2065 additions and 17 deletions

View file

@ -27,7 +27,7 @@ unit-test-parser:
- cargo test parser
unit-test-number-package:
stage: test-backend
stage: test-frontend
script:
- cargo test number
@ -40,3 +40,8 @@ unit-test-quickmap:
stage: test-backend
script:
- cargo test hmap
unit-test-instruction-decoding:
stage: test-backend
script:
- cargo test util