/brainfuckcompiler

Compile BrainFuck in C code easily.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

brainfuckcompiler

Compile BrainFuck code in C easily.

Usage

python3 main.py -f mandelbrot.b -o out

Add --run or -r to run the executable when the compiler finishes.
Add -c to output C code.