witer33 / brainfuckcompiler

Compile BrainFuck in C code easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Compile BrainFuck in C code easily.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%