[][src]Crate bf_lib

bf-lib

bf-lib is small library to run brainfuck programs non-interactively

Functions

run

Runs a brainfuck program, returning the program's output or the reason it failed to execute.

wants_input

Checks if the program will try to read user input.