poyynt / brainshuck_cpp

Simple Brainf**k interpreter written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrainShuck

BrainShuck is a simple Brainf**k interpreter written in C++.

Compilation

Clone this repository, then run the following commands:

cmake .
make
make install

Usage

brainshuck file.bf

Useful Resources

Learn Brainf**k

About

Simple Brainf**k interpreter written in C++

License:Other


Languages

Language:C++ 57.6%Language:CMake 28.5%Language:Brainfuck 14.0%