Mycelium/hyphae
Ava Affine ddb49788af
All checks were successful
per-push tests / build (push) Successful in 47s
per-push tests / test-utility (push) Successful in 53s
per-push tests / test-frontend (push) Successful in 59s
per-push tests / test-backend (push) Successful in 43s
per-push tests / timed-decomposer-parse (push) Successful in 51s
String Instructions
The following instructions are modified to act on strings:
- INDEX: Now pulls a char out at index
- SUBSL: Now pulls a substring out of a source string
- INSER: Now inserts a char into a string at index
- LENGTH: Now returns length of a string

In addition to the above instructions, additional instructions
are now implemented to handle strings:
- CONCAT: appends a string onto another string
- S_APPEND: appends a char on to the end of a string

Fixes: #38

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-29 18:19:16 +00:00
..
src String Instructions 2025-07-29 18:19:16 +00:00
build.rs HyphaeVM - WIP 2025-07-24 19:26:31 +00:00
Cargo.toml Clean up project structure 2025-07-24 19:44:43 +00:00
instructions.toml String Instructions 2025-07-29 18:19:16 +00:00