Function bf::peephole::compile[][src]

Important traits for Box<R>
pub fn compile(src: &[Statement]) -> Box<Program>

Peephole-optimizes run-length encoded AST.

See Instruction for descriptions of the peepholes.