Skip to content

AidenKerr/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

A brainfuck interpreter written in C++.

To use, just run the program with a path to your file as the argument.

Instructions Description
+ Increment the byte at the current data pointer position
- Decrement the byte at the current data pointer position
> Increment data pointer
< Decrement data pointer
. Print byte at current data pointer
, Accept 1 char of input and store at data pointer position
[ If value at data pointer is 0, jump to matching ]
] If value at data pointer is not 0, jump to matching [

About

A brainfuck interpreter written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published