Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 411 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 411 Bytes

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