Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3821
| Newsgroups | comp.lang.postscript |
|---|---|
| Date | 2022-12-14 09:58 -0800 |
| References | <39269415-f115-4990-b2c7-ceb09277527dn@googlegroups.com> |
| Message-ID | <cb1083ff-b989-4cb8-8753-de8009e1dbccn@googlegroups.com> (permalink) |
| Subject | Re: Source Code for Adobe's PostScript Publicly Released |
| From | luser droog <luser.droog@gmail.com> |
On Sunday, December 11, 2022 at 10:34:46 PM UTC-6, luser droog wrote: > https://hardware.slashdot.org/story/22/12/10/2155203/source-code-for-adobes-postscript-publicly-released > > most of it anyway. The stacks are implemented as linked lists. Some other interesting discoveries. The meaning of the 'unregistered' error has to do with calling an invalid operator code that indexes an uninitialized slot in the "command table". There is an internal "loop" type object that is used as a sentinel on the exec stack to delimit a loop's frame, making an easily searchable target for the 'exit' operator. Some discussion has also started in comp.lang.c in a thread by Bart about typedefs.
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
Source Code for Adobe's PostScript Publicly Released luser droog <luser.droog@gmail.com> - 2022-12-11 20:34 -0800
Re: Source Code for Adobe's PostScript Publicly Released luser droog <luser.droog@gmail.com> - 2022-12-14 09:58 -0800
Re: Source Code for Adobe's PostScript Publicly Released luser droog <luser.droog@gmail.com> - 2022-12-29 07:36 -0800
Re: Source Code for Adobe's PostScript Publicly Released jdaw1 <jdawiseman@gmail.com> - 2023-11-20 12:06 -0800
csiph-web