minimal PostScript interpreter by croyal

$c=0;foreach$i(split(' ',<>)){if($i eq '='){$c--;print"$c\n"}else{$c++}}

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

download

return to the top page