donno2048 / bf-interpreter

A CLI tool to execute brainfuck

Home Page:https://pypi.org/project/clibf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clibf

Install

From PyPi

pip install clibf

From GitHub

pip install git+https://github.com/donno2048/bf-interpreter

Run

Brainfuck file

clibf -f my_bf_script.b
# or with a prompt
clibf -F

String

clibf -s "+[+[<<<+>>>>]+<-<-<<<+<++]<<.<++.<++..+++.<<++.<---.>>.>.+++.------.>-.>>--."

Choose file with GUI

clibf -g

About

A CLI tool to execute brainfuck

https://pypi.org/project/clibf/

License:MIT License


Languages

Language:C 54.9%Language:Python 45.1%