rust_multistackvm 0.38.0

Stack-based virtual machine on top of rust_multistack crate
Documentation
1
2
3
4
5
6
7
8
use crate::multistackvm::VM;

pub mod execute_object;
pub mod execute_class;

pub fn init_stdlib(_vm: &mut VM) {

}