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
use super::bytecode::ByteCode;

pub struct CodeHolder(pub Vec<ByteCode>);