Brainfuck Interpreter
This JavaScript program interprets a program written in the brainfuck programming language.
The program
Instructions
Enter the brainfuck program and any necessary input, then press the Run
button.
Examples:
-
Hello world:
++++++++++[>+++++++>++++++++++>+++>++++< <<<-]>++.>+.+++++++..+++.>>++++.<++.<+++ +++++.--------.+++.------.--------.>+. -
Reverse the input:
+[>,]<<[>.<<]
Links
Last modified: 2007-10-18-Thu
Created: 2007-10-05-Fri