Overview of hayro-postscript
mainhayro-postscript is a lightweight PostScript scanner designed to tokenize PostScript programs into typed objects. Its primary purpose is to provide enough parsing capability to handle CMAP files.
Supported Types:
- Integers
- Real numbers
- Name objects
- Strings
- Arrays
Limitations:
- It implements only a small subset of the PostScript language.
- It does not support dictionaries, procedures, or other PostScript constructs. Encountering unsupported types will result in an error.