Skip to content

MattiaCro/Brainfuck-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck-Interpreter

Interpreter for brainfuck, written in C++.

How to use it

You execute it in the command line, the second argument should be the name of the .txt file you want to execute.

How it works

It starts by reading all the strings in the code, then it counts brackets, to see if there are opening/closing brackets errors, and it separate the commands from the other char. finally it execute every command by looping through the std::vector and switching every position.

About

Interpreter for language brainfuck, written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages