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) { }