Skip to content

toastinthetub/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

this is a very simple interpreter for the esoteric programming language "brainfuck"
here is some sample brainfuck code! in case you'd like to try it out.

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++ ++..+++.>>.<-.<.+++.----- -.----- ---.>>+.>++.

instructions for those less intelligent; navigate to the src directory, then cargo run example.bf. You should see some output along the lines of
"i fity the pool!"

rather useless piece of software this is.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published