A simple virtual machine with some fancy concepts... (like Erlang, but different)
Go to file
Alain Zscheile e65cfa9f91 feat(bytecode): swap should be able to swap the top item with any other in 2^16 range
reason: this is easy to implement as a fast operation in the interpreter, and
reduces the need for a separate "temporary" stack.
2022-09-25 15:05:01 +02:00
crates feat(bytecode): swap should be able to swap the top item with any other in 2^16 range 2022-09-25 15:05:01 +02:00
docs update docs and get rid of Header; use capability model for linking 2022-09-23 14:54:36 +02:00
.gitignore initial commit 2022-09-23 04:45:34 +02:00
Cargo.lock refactor(vm): use crate tracing 2022-09-23 21:03:41 +02:00
Cargo.toml initial commit 2022-09-23 04:45:34 +02:00