/bfi

Brainf**k Interpreter for the command line with a bunch of features, all because I was bored.

Primary LanguagePythonMIT LicenseMIT

BFI

Brainfuck Interpreter


Why?

I wanted a brainfuck interpreter for the command line so I didn't have to switch to my browser and paste my code into an online interpreter just to see if it works, so I spent a few hours writing my own interpreter. Also, I was just bored.

How do I use it?

Not sure why you wanna use it but:

Build instructions!

  1. Install Python3.12.
  2. Install PyInstaller and Colorama
  3. Run:

$ make build

  1. Check ./bin for your executable.
  2. Add the exact path to the bin folder in this directory to PATH.
  3. Run the following to verify that you did everything right:

$ bfi --help

If you see the help menu, you're done! Otherwise, you messed something up, and should probably ask for help from someone smart.