Brainfuck interpreter This is a simple brainfuck programming language interpreter written in C. Because everyone should write one. Build make Use ./cbf file.bf Debug You can use @ symbol for printing out current memory state. If you don't want this, set DEBUG_ENABLED to 0.