Expand description
PostScript object representation.
PsObject is the fundamental unit — a tagged value with metadata flags.
Objects are Clone + Copy (value types with arena indices, not heap references).
Structs§
- Entity
Id - Index into an arena store (strings, arrays, dicts, loop states).
- NameId
- Index into the name interning table.
- ObjFlags
- Packed object metadata (1 byte).
- OpCode
- Index into the operator dispatch table.
- PsObject
- A PostScript object: a tagged value with metadata flags.
- Save
Level - Save/restore nesting level.
Enums§
- PsValue
- The value payload of a PostScript object.