add_sub_brainfuck_code by murky-satyr

~:$<
#include"std/num.wake"
1.:"."
(\d+)(.)(.*):"$2"$(sub($1,1))$2 $3
ABC:66+2+2+
g.*:104+9+4-7-
.+:73+30+8+"."4+68-13-88+9-4+7-9-68-
:

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

download

return to the top page