Skip to content

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

Notifications You must be signed in to change notification settings

RoyElkabetz/BrainFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages