Skip to content

A brainfuck interpreter implemented with 100 lines python code.

Notifications You must be signed in to change notification settings

chop-suey/pyfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pyfuck

A very simple, untested brainfuck interpreter written with 100 lines of python code.

Usage

Pyfuck can be run on unix systems:

$ ./pyfuck.py hello.pf

Where hello.pf is the name of a UTF-8 encoded text file containing the brainfuck code.

About

A brainfuck interpreter implemented with 100 lines python code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages