Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!intercon!news From: amanda@mermaid.intercon.com (Amanda Walker) Newsgroups: comp.lang.postscript Subject: Re: PostScript syntax Message-ID: <1697@intercon.com> Date: 9 Jan 90 16:43:27 GMT References: <1990Jan8.062808.8837@waikato.ac.nz> Sender: news@intercon.com Reply-To: amanda@mermaid.intercon.com (Amanda Walker) Organization: InterCon Systems Corporation Lines: 10 In article <1990Jan8.062808.8837@waikato.ac.nz>, ldo@waikato.ac.nz (Lawrence D'Oliveiro) writes: > PostScript not context free? PostScript syntax is entirely context free. The only problem is that since PostScript uses exclusively dynamic binding, you cannot deduce the semantics of a program without effectively interpreting it. --Amanda --