Brainfuck Interpreter
>
move pointer right<
move pointer left[
jump past matching bracket if value at pointer is zero]
jump to matching bracket if value at pointer is nonzero+
increase value at pointer by 1-
decrease value at pointer by 1.
print value at pointer as character,
take input and store at pointer location
Steps:
Speed:
Output
Just so you know... it's not empty.
Many of the first ASCII chars are invisible.
Created by Alan Koval