Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

This is just a small Brainfuck interpreter written in Python.
Usage:
 ./brainfuck.py yourcode.bf
You can use it as a module as well:
 import brainfuck
 sourcecode = """
 ++++++++++[>+++++++>++++++++++>+++>+<<<<-]
 >++.>+.+++++++..+++.>++.<<+++++++++++++++.
 >.+++.------.--------.>+.>.
 """
 brainfuck.evaluate(sourcecode)
http://en.wikipedia.org/wiki/Brainfuck
(C) Sebastian Kaspari 2011
This programm is licensed under the terms of the
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE.

About

Just a small Brainfuck interpreter written in Python

Resources

Stars

226 stars

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /