Home > pyBrainfuck

pyBrainfuck

PyBrainfuck is a project mainly written in Python, based on the GPL-3.0 license.

a Brainfuck interpreter written in Python

pyBrainfuck is a little Brainfuck interpreter and compiler written in Python.

Command line actions: -x --execute - Executes a Brainfuck script. -c --compile - Compiles a Brainfuck script to c code.

Command line options: -i --input - The file to read Brainfuck code from. -o --output - The file to write the compiled c code.

If you don't set the input file the input is read from stdin. If you don't set the output file the output is written to stdout.

Previous:bgmc