minimal PostScript interpreter by hallvabo

c=2
for e in raw_input():
\x09if'='==e:c-=8;print c/6
\x09c+=1

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

download

return to the top page