A virtual machine with a language that support algebraic effect handlers.
Find a file
2026-06-14 20:20:03 -07:00
module completed hello world 2026-06-14 20:20:03 -07:00
runtime completed hello world 2026-06-14 20:20:03 -07:00
virtual_machine completed hello world 2026-06-14 20:20:03 -07:00
.gitignore added documentation to bytecode instructions and removed a few unnecessary instructions 2026-05-20 17:42:40 -07:00
Cargo.toml added runtime module for testing with optimizations 2026-06-13 07:53:46 -07:00
LICENSE Initial commit 2026-05-14 16:39:31 +00:00
README.md Initial commit 2026-05-14 16:39:31 +00:00

effectful-language

A virtual machine with a language that support algebraic effect handlers.