Simple Brainfuck compiler for python


License
MIT
Install
pip install brainfuckmachine==0.1.1.28

Documentation

Simple brainfuck language interpreter for python.

Learn how to code brainfuck brainfuckmachine.execute("++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.") #"Hello world!" brainfuckmachine.execute(",>,< [ > [ >+ >+ << -] >> [- << + >>] <<< -] >>.",input=[2,3],mode="int") #6