resurgence 0.1.4

A VM backend library that makes developing interpreters easy. Can be used either as an entire backend, or to create a backend
Documentation
1
2
3
4
5
pub mod bytecode;
pub mod constant;
pub mod register;
pub mod stackframe;
pub mod codeholder;