pub trait MechFunctionCompiler { // Required method fn compile(&self, ctx: &mut CompileCtx) -> MResult<Register>; }