Expand description
Parsing for PostScript DICTs.
Enumsยง
- Entry
- PostScript DICT Operator with its associated operands.
- Operator
- PostScript DICT operator.
- Token
- Either a PostScript DICT operator or a (numeric) operand.
Functionsยง
- entries
- Given a byte slice containing DICT data, returns an iterator yielding each operator with its associated operands.
- parse_
entry ๐ - parse_
token ๐ - tokens
- Given a byte slice containing DICT data, returns an iterator yielding raw operands and operators.