Skip to content

chaserileyroberts/BrainFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuck

Simple BrainFuck interpreter in python.

How to use:

You can either directly use the BrainFuck file or you can import it as a library.

For using as a library:

from BrainFuck import BrainFuck

# Accepts a single character and prints it back.
BrainFuck(",.")

For using directly.

python BrainFuck.py <brain_fuck_source>

A simple hello world program has been add as an example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published