prefix to postfix by koyama41

main=interact$unlines.foldr(&)[].words
w&x|w>"/",w<":"=w:x
w&(x:y:z)=unwords[x,y,w]:z

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

download

return to the top page