Skip to content

donno2048/bf-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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