Struct bf::jit::Program[][src]

pub struct Program { /* fields omitted */ }

The representation of a JIT-compiled program.

Relies on the dynasmrt run-time system. This representation is from the dynlib-rs tutorial.

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.

Auto Trait Implementations

impl Send for Program

impl Sync for Program