Brainfuck Interpreter Written in C. Nothing really interesting. Only distinct feature is interactive mode hw.bf and hw_2.bf are hello world code examples in brainfuck. Build: make Interpret file: ./bfuck <file> Interactive mode: ./bfuck