Skip to content

tudny/Brainfuck-Cpp-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Adding to existing project

Just copy brainfuck.{cpp,h} to your project.

About

Brainfuck C++ Interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published