pibfi.
| Exported Functions | |
|---|---|
| interpret/4 | Interprets a Brainf*ck program. |
| Internal Documented Functions | |
| execute/4 | Executes a single Brainf*ck instruction. |
interpret(program(), ParserOptions::[{atom(), term()}], Tape::pid(), IoPid::pid()) -> ok
Interprets a Brainf*ck program. If the program is given in an unparsed (list or binary) form, it will be parsed into a tuple form before proceeding.
execute(instruction(), Tape::pid(), IO::pid(), StatusCmd) -> ok
Executes a single Brainf*ck instruction.