minimal PostScript interpreter by tobiesque

c=0
for e in raw_input().split("= "):c+=len(e)/6-1;print c

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

download

return to the top page