minimal PostScript interpreter by rst76

main=(0!).words=<<getLine
n+1!("=":x)=print n>>n!x
n!(_:x)=(n+1)!x

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

download

return to the top page