A brainfuck interpreter made in python with extra features
Firstly download it from the releases
Secondly use it like the following:
(Name of interpreter) + (Name of brainfuck file) + (Enable verbose flag)
So if the interpreter was named: Brainfucker.py++.exe and the brainfuck file was named program.b then it would be the following:
Brainfucker.py++.exe program.b
Clone the repo and run:
make interpreter
To compile the release
- Add maybe other non native brainfuck commands (like for networking and other)
- Add module functionality
Others to come...
This project is licensed under the MIT License