Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 730 Bytes

BrainFuck

A Python implementation of the BrainFuck interpreter by Urban Müller

Code

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

Example

python brain_fuck.py -file Hello_Fucking_World