/Brainfuck-on-Python

Programing language called Brainfuck written in Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

YOU CAN USE PROGRAMING LANGUAGE CALLED
       BRAIN F*UCK
ON        PYTHON

Check your computer installed python.
If that's installed, it's OK to start.

$ chmod 755 bf.py
$ ./bf.py helloworld.bf

OR:

$ chmod 755 helloworld.bf
$ ./helloworld.bf

You get response from computer

Hello, world!


enjoy