GitHunt
LE

lenartkladnik/Bf-Interpreter

An interpreter for the Brainfuck programming language.

An interpreter for the Brainfuck programming language.

Usage:

  • Open cmd in the directory with the 'bf.py' or 'bf.exe' inside.
  • To open the interpreter type 'py bf.py' or 'bf'.
  • To run any '.bf' file type 'py bf.py file.bf' or 'bf file.bf'.
  • For an explanation of the interpreter open it an run 'help'
  • For an explanation of the brainfuck programming language syntax run 'syn' in the interpreter.
Created April 21, 2024
Updated November 1, 2025