minimal PostScript interpreter by bords0

s=0\x0d
for c in raw_input():\x0d
 s+=c>"t"\x0d
 if"="==c:s-=1;print s

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

download

return to the top page