mod mem; use crate::ast::Program; #[derive(Debug)] struct Vm {} fn execute(program: Program) {}