Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 265 Bytes

CppBF

A Brainfuck interpreter in C++

This code uses the patterns interpreter, composite and factory method.

To compile the interpreter on Linux using CMake:

cd build
cmake ../
make

To test the interpreter:

./brainfuck tests/HelloWorld.bf