Skip to content

BehradTabatabaee/BF-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BF-Interpreter

An extremely simple and unoptimized brainfuck interpreter, written using the C++ programming language. practically unusable, but pretty fun nonetheless.

Usage: Compile the code first, using g++ or clang++:

g++ ./interpreter.cpp -o ./interpreter

clang++ ./interpreter.cpp -o ./interpreter

then run the compiled file with the brainfuck file name given as the command-line argument:

./interpreter ./<brainfuck_file>

About

simple brainfuck interpreter written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published