add_sub_brainfuck_code by nn

for(l=readline(i=o=v='');c=l.charCodeAt(i++);o+='.')for(;v-c;)o+=v++>c?(v-=2,'-'):'+'
print(o)

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

download

return to the top page