You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Brainfuck interpreter written in Java, equipped with: an optimizer (to reduce overhead in repeated consecutive operations), a debugger (to go through the code step-by-step), and a compiler/decompiler (to convert to and from generated bytecode).