brainfuck

Interpreter for executing brainfuck esoteric programming language code

brewmacoslinux
Try with needOr install directly
Source

About

Interpreter for the brainfuck language

Commands

brainfuck

Examples

Run a brainfuck program from a file$ brainfuck program.bf
Execute brainfuck code that prints 'Hello World'$ brainfuck -c '++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.'
View brainfuck interpreter help and options$ brainfuck --help