bf v1.4.0 Bf View Source
Interprets brainfuck programs.
Examples
Bf.Parser.parse("--[>--->->->++>-<<<<<-------]>--.>---------.>--..+++.")
|> Bf.run()
Hello
Link to this section Summary
Link to this section Types
The state returned by the interpreter.
It is the current cell index and the memory.