Skip to content

Madahin/BFInterpret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFInterpret

A little brainf*ck interpretor

##Compiling

You've got two solution for compiling BFInterpret :

  1. Using make, you juste have to type :
make
  1. Using cmake, because why not ?
mkdir build
cd build
cmake ..

##Usage You can interpret a string by typing :

ibf -r "your BF code"

You can also launch the interpreteur in interactive mode by typing :

ibf -i

About

A little brainf*ck interpretor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages