Skip to content
/ bfi Public

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

License

Notifications You must be signed in to change notification settings

itsamedood/bfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks