Basic Brainfuck Code Optimization by llhuii

import os,re
a=os.read(0,9999)
exec"a=re.sub('<>|><|\+-|-\+','',a);"*99;print a

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

download

return to the top page