Expand description
Core execution engine — the eval loop that drives PostScript execution.
Functions§
- eval
- Main eval loop: pop objects from the execution stack and execute them.
- exec_
sync - Synchronously execute a PostScript procedure and return.
- parse_
and_ exec - Tokenize a byte stream and execute it.
- parse_
and_ exec_ file - Execute PostScript source loaded from a named file.
- token_
to_ object - Convert a token to a PsObject. Delegates to
Context::token_to_object.