Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck-like interpretor

A simple brainfuck-like decoder in C++.

Compiling

Run make.

Running

When you run ./Interpretor, you need to specify all of the 8 symbols of your Brainfuck-like language in this order : Incrementation, Decrementation, move right, move left, print value, start loop, end loop and get value.

Example : ./Interpretor + - ">" "<" . [ ] ,

License

This project is licensed under the GNU General Public License 3.

About

Simple implementation of a Brainfuck-like interpretor

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages