Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!panix!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: comp.lang.postscript Subject: Re: Is it possible to replace 1 custom character in a font?? Date: Mon, 24 Sep 2012 06:21:01 +0000 (UTC) Organization: Public Access Networks Corp. Lines: 22 Message-ID: References: <988c7d8d-49db-4d82-b878-a0466503a0c6@googlegroups.com> NNTP-Posting-Host: panix2.panix.com X-Trace: reader1.panix.com 1348467661 12562 166.84.1.2 (24 Sep 2012 06:21:01 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Mon, 24 Sep 2012 06:21:01 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Xref: csiph.com comp.lang.postscript:973 In article , luser- -droog wrote: > > >I'd suggest you take them one-at-a-time and start posting "How to do XX in PS like the HP does?" threads. I'll contribute! > >For algebraic mode, we'll need a LL(1) or LR parser. I'll go get my Dragon book... > >-- droog Yes, if it were c, you'd need the lr stuff, I guess. But just parenthesized expressions and function calls, isn't that basically dead simple? Recursive descent or the like. And so unlike an lr scheme, with recursive descent the parsing code is readable and understandable. (Once someone does the first and follow sets -- sort of beyond me!) David