brainbite

A python bit my brain.


License
MIT
Install
pip install brainbite==1.0.2

Documentation

brainbite

A python bit my brain, so I sliced up the python into fine strips in retaliation.

Description

Brainfuck is widely known as an esoteric programming language. This package enables to write brainfuck-like code in python legal grammar.

This package also provides transpilation function from bf code to python one.

Demo

Though this code is strange, outputs "Hello World!" on stdout correctly.

from brainbite import Biter

_ = Biter()[::...][::...][::...][::...][::...][::...][::...][::...][:...]
_ = _[:...:...][::...][::...][::...][::...][:...][:...:...][::...][::...]
_ = _[:...:...][::...][::...][::...][:...:...][::...][::...][::...]
_ = _[:...:...][::...][...:...][...:...][...:...][...:...][...:][...::...]
_ = _[:...:...][::...][:...:...][::...][:...:...][...:][:...:...][:...:...]
_ = _[::...][:...][...:...][...::...][...:...][...:][...::...][:...:...]
_ = _[:...:...][:][:...:...][...:][...:][...:][:][::...][::...][::...]
_ = _[::...][::...][::...][::...][:][:][::...][::...][::...][:][:...:...]
_ = _[:...:...][:][...:...][...:][:][...:...][:][::...][::...][::...][:]
_ = _[...:][...:][...:][...:][...:][...:][:][...:][...:][...:][...:][...:]
_ = _[...:][...:][...:][:][:...:...][:...:...][::...][:][:...:...][::...]
_ = _[::...][:]()

To get this code, run below command.

$ python -m brainbite sample hello_world

Transpile
This module also works as transpiler.

$ python -m brainbite trans fizzbuzz.bf

For more information, view $ python -m brainbite --help.

Install

This module is registered at PyPI. PyPI - brainbite

$ pip install brainbite

License

MIT

Author

LouiS0616