minimal PostScript interpreter by pooq

s:=0;File standardInput foreach(v,if(v==61,(s=s-1)println,v!=99or s=s+1))

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

download

return to the top page