Skip to content

Latest commit

 

History

History

Brainfuck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Installation

How to install python

$ sudo apt-get update
$ sudo apt-get install python3.6

How to install brainfuck interpreter (built with python)

$ git clone https://github.com/juiko/brainfuck.py
$ cd brainfuck.py
$ python setup.py install --user

How to run

$ bf.py -f hello_brainfuck.py