C to Perl converter by mitchs

import re
s=re.sub
while 1:print(s('^int','my',s(r'\b(?=[abi]\b)','$',s('/|^ |^.+','#'*4,input()))[7:]))

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

download

return to the top page