/BrainfuckCompiler

:fu:ㅤBrainfuck Compiler written in C++

Primary LanguageC++MIT LicenseMIT

Brainfuck Compiler

A simple compiler for Brainfuck programming language.

Well, technically it's an Interpreter 😝

Compile

$ cd BrainfuckCompiler
$ g++ main.cpp -o bfc

Run

$ ./bfc brainfuck_program
$ ./bfc brainfuck_program input_file

There are some sample brainfuck programs in the programs folder.