sigmavirus24 / PyF-ck

A Python implementation of the esoteric programming language 'BrainFuck'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyF*ck

A Python implementation of the esoteric programming language 'BrainFuck'

Usage

from pyfuck import PyFuck

to_parse = '++++++++++[>++++>++++++++>++++++++++>+++++++++++>++++++++++++<<<<<-]>>.>>>+.<<<----------.<++.>>-.>---.'

parser = PyFuck(to_parse)
parser.parse() #=> PyF*ck

About

A Python implementation of the esoteric programming language 'BrainFuck'


Languages

Language:Python 100.0%