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.
Not sure why you wanna use it but:
- Install Python3.12.
- Install
PyInstaller
andColorama
- Run:
$ make build
- Check
./bin
for your executable.- Add the exact path to the bin folder in this directory to
PATH
.- Run the following to verify that you did everything right:
$ bfi --help