brainfuck Simple brainfuck interpreter written in C. There are many like it, but this one is mine. Features Interpret brainfuck source files View memory step-by-step in debug mode Getting started $ gcc ./main.c $ ./a.out hello.bf Contributing PRs and issues welcome.