Javascript Brainflop Interpreter + Visualizer
Brainflop is a turing-complete minimal programming language. It is based on brainfuck, but changes some of the symbols with the goal of making it very difficult to progam in.
Brainfuck language consist with a simple machine model, a pointer and 8 commands (character).
More information: http://en.wikipedia.org/wiki/Brainfuck https://esolangs.org/wiki/Brainflop
-
Fatih Erikli (fatiherikli)
-
Henry Heikkinen (rce)
-
Gabriele Cirulli (gabrielecirulli)
-
Asger Hautop Drewsen (tyilo)
-
Dwillie (dwille)
-
Eugene Sharygin (eush77)
-
i changed like 4 lines of code to make it a brainflop interpreter