Skip to content

mazzatramp/Brainfuck-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck-Interpreter

A basic C++ interpeter for the brainfuck language.

Write your brainfuck code in "code.txt" and open the exe file, which will interpreter the code and print out the results.

All the cell rapresent a node, which is a structure with 3 vars: an integer value and two node pointer to the next and to the previous node. A new node is created when (with the > operator)

About

A C++ interpreter for brainfuck language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages