Type Definition bf::bytecode::Program[][src]

type Program = [Instruction];

A program is a bytecode sequence of instructions.

Trait Implementations

impl Interpretable for Program
[src]

Interprets a program against the given state.

Interprets a program. If the given size is None, the default memory size.

Interprets a program using stdin and stdout for input and output.

Interprets a program from memory, returning a vector of its output.