CALC fixed by murky-satyr

for e in io.lines()do
n=''for m in e:gfind'.?%d+'do n=loadstring('return '..n..m)()end
print(e:gsub('%D',' %0 ')..' = '..n+0)end

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

download

return to the top page