extern crate mrubyedge;
mod helpers;
#[path = "opcodes40/blkcall.rs"]
mod blkcall;
#[path = "opcodes40/definition.rs"]
mod definition;
#[path = "opcodes40/idx0.rs"]
mod idx0;
#[path = "opcodes40/ilv.rs"]
mod ilv;
#[path = "opcodes40/matcherr.rs"]
mod matcherr;
#[path = "opcodes40/ret.rs"]
mod ret;
#[path = "opcodes40/send0.rs"]
mod send0;
#[path = "opcodes40/whole.rs"]
mod whole;