Function brainfuck::eval_file [] [src]

pub fn eval_file<P: AsRef<Path>>(path: P) -> Result<(), Error>

Parse a program from the given file path and eval it.