You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brainfuck C++ Interpreter (with CMake example project)
Running test program
# go to repository directory
# create release directory
mkdir release
# go to this folder
cd release
# prepare cmake release build
cmake ..
# compile project
make
# run
./BF