add_sub_brainfuck_code by murky-satyr

for($=readline(o=i=_='');b=-$.charCodeAt(i++);o+='.')for(;_-b;_-=c+1)o+=c='-+'[_>b|0];print(o)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page