Skip to content

tetsuo-cpp/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck

An interpreter written in C++ for everyone's favourite cryptic programming language.

Usage

This is a CMake project so it can be built with GNU Make or whatever your preferred generator is.

cmake . && make

The interpreter can be invoked with a path to a Brainfuck source file.

./brainfuck <source_file>

About

An interpreter for the Brainfuck programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published