Table of Contents
- Python >= 3.8
$ pip3 install pybfc
$ git clone https://github.com/TheAwiteb/pybfc
$ cd pybfc
$ python3 setup.py install
Usage: pybfc [OPTIONS] FILE_PATH
Python BranFuck Compiler πβ
Arguments:
FILE_PATH BranFuck path to execute it. [required]
Options:
-d, --debug Enable debugging with execution.
-V, --version Print Pybfc version and exit.
--help Show this message and exit.
main.bf
>++<
Ξ» pybfc --debug main.bf
Command -> '>', Loop -> 0
Address -> 1, Value -> 0
Command -> '+', Loop -> 0
Address -> 1, Value -> 1
Command -> '+', Loop -> 0
Address -> 1, Value -> 2
Command -> '<', Loop -> 0
Address -> 0, Value -> 0
main.bf
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.
>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Ξ» pybfc main.bf
Hello World!
Question, feature request, discuss about pybfc here
You can report a bug from here
Note: These addresses are for BEP20 tokens
Currency | Address |
---|---|
Binance BNB | 0x4ab0974c7dfcdcdf24d8323a93b061d41e9cf3f0 |
Binance USD BUSD | 0x4ab0974c7dfcdcdf24d8323a93b061d41e9cf3f0 |
Tether USDT | 0x4ab0974c7dfcdcdf24d8323a93b061d41e9cf3f0 |
Bitcoin BTC | 0x4ab0974c7dfcdcdf24d8323a93b061d41e9cf3f0 |
Bitcoin Cash BCH | 0x4ab0974c7dfcdcdf24d8323a93b061d41e9cf3f0 |