A Brainfuck editor & optimizing interpreter, written in JavaScript.
                The code is converted to JavaScript code and then run in a web worker, which speeds up execution
                                at lot (try 
mandelbrot.b for example).
                
                
                
                
                
                Have fun! :-)
                
                You can add special chars to the input field:
                Decimal: 
\65 (same as "A")
                Hexadecimal: 
\x7E (same as "~")
                Control characters: 
\r \n \t
                
                For any kind of feedback, toss me a mail to
                
--[----->+<]>---.++++++++++++.+.+++++++++.+[-->+<]>+++.++[-->+++<]>.++++++++++++.+.+++++++++.-[-->+++++<]>++.[--->++<]>-.-----------.
                
                Links: