Type Definition tis_100::core::Program [] [src]

type Program = Vec<Instruction>;

The list of instructions created by parsing the program source code. The instructions can then be evaluated by a basic execution node.