Brainfuck Interpreter

Run, debug, and visualize esoteric code execution.

0
0
0
0
0
0
0
0
Steps: 0

Examples

Hello World

Classic Hello World program.

Load Code

Echo Input

Reads input and prints it back until EOF.

Load Code

Simple Addition

Adds two input bytes together.

Load Code

Commands

> Increment pointer
< Decrement pointer
+ Increment byte
- Decrement byte
. Output byte
, Input byte
[ ] Loop while non-zero