Type Definition mlem_asm::Program [] [src]

type Program = Vec<Instruction>;

Represents a program; a list of instructions, to be executed in order.