Skip to content

This is my personal take on a Brainfuck interpreter for python.

Notifications You must be signed in to change notification settings

JulianStremel/BrainfuckInterpreterPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

BrainfuckInterpreterPython REPO

BrainfuckInterpreterPython is my personal repo for my own python based Brainfuck-Interpreter implementation :)

Have fun :)

Usage

# first you need to initialize the interpreter class
Interpreter = BrainfuckInterpreter()

# then load the string to interpret
Interpreter.loadCharBuffer("YOUR STRING HERE")

# interprete and watch output
Interpreter.interprete()

# (optional you can use the debug=True argument to single Step (using ENTER) through the string and watch the execution in detail)
Interpreter.interprete(debug=True)

About

This is my personal take on a Brainfuck interpreter for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages