minimal PostScript interpreter by murky-satyr

i=0
for s in io.read():gfind'.-='do
i=i+(#s-#s%6)/6-1
print(i)end

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

download

return to the top page