Function brainfuck::eval_string [] [src]

pub fn eval_string(source: &str) -> Result<(), Error>

Parse a program from the given string and eval it.