/// Definition of assembler's instructions. pub mod instr; /// Definition of the compiler. pub mod compile;