Skip to content

MarusDod/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###############################################################

BRAINFUCK

###############################################################

Commands:

-> ">" : increase stack pointer

-> "<" : decrease stack pointer

-> "+" : increment value at current byte

-> "-" : decrement value at current byte

-> "." : output ascii code at current byte

-> "," : ask for input

-> "[" : start of loop

-> "]" : end of loop

To compile: ./brainfuck filename

Example: ./brainfuck hello.bf

hello world!

Use this at your own risk

About

Pretty simple brainfuck interpreter in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published