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.