Simple Brainfuck interpreter with GUI. There are 29999 bytes next to start data pointer and 30000 bytes previous to data pointer (60000 bytes of data).
- Insert Brainfuck code into Code Editor field.
- Insert input arguments into Arguments field. Each argument must be one byte long.
- Press Run>Run or Ctrl+F11.
- Result apears in Result field.