A Python implementation of the BrainFuck interpreter by Urban Müller
You should run the brain_fuck.py file with the following arguments:
| Argument | Description |
|---|---|
-file |
Path tot the .txt file you wish to read |
-memory_size |
Set up the memory size, default=30000 |
python brain_fuck.py -file Hello_Fucking_World