I remade the BrainF*** Esolang in Python
You can find the original code on GitHub.
Mine obviously isn't as good, I just thought it was a fun idea.
Don't use interpreter.py, use brain.py.
It's more optimized and will help you better. You've been warned.
### Disclaimer
This version of BrainF will not run loops inside loops (nested loops).
I am sorry for the inconvenience, but if you want it so bad, then go download the real version.
## Installation
### Linux
To download on Linux, clone the repository. You will need all of the files, so don't delete them.
If you clicked the download zip button, then you will need to extract the folder before you can continue.
In the terminal, change directory so that you are in BrainF-In-Python/build/Linux
cd BrainF-In-Python/build/LinuxThen run this command.
chmod +x build.shThis will allow you to run the file.
Next you can run the build file
./build.shOnce this has finished, you can delete the repo; Unless you want to use the examples.
To run the program, type "brain" followed by your file name.
If this does not work, try opening up a new terminal, or running the command:
bash aource ~/.bashrc ~