minimal PostScript interpreter by murky-satyr

_:=1
File standardInput foreach(b,if(b<33,_=_+1,b>61or-(_=_-2)println))

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

download

return to the top page