Mycelium/hyphae
Ava Affine 0e21e4f822
Some checks failed
per-push tests / test-frontend (push) Blocked by required conditions
per-push tests / timed-decomposer-parse (push) Blocked by required conditions
per-push tests / test-utility (push) Blocked by required conditions
per-push tests / test-backend (push) Blocked by required conditions
per-push tests / build (push) Has been cancelled
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

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-29 18:16:10 +00:00
..
src String Instructions 2025-07-29 18:16:10 +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:16:10 +00:00