Skip to main content

Module eval

Module eval 

Source
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.