pub trait CompileConst { // Required method fn compile_const(&self, ctx: &mut CompileCtx) -> MResult<u32>; }