This is my Postscript interpreter made using python3. The program is supposed to interpret a Postscript-like language, and then compute and carry out any actions needed. All operations are handled through a simple text interpreter algorithm that parses up the postscript text into a operation stack, and a dictionary stack. The program supports both static and dynamic scoping which will determine the order of the call stack.It can support variables, and functions (including functions code blocks).
forked from zanepartain/Postscript-Interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
This is my Postscript interpreter made using python3. The program is supposed to interpret a Postscript-like language, and then compute and carry out any actions needed. All operations are handled through a simple text interpreter algorithm that parses up the postscript text into a operation stack, and a dictionary stack. The program supports bo…
step9/Postscript-Interpreter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is my Postscript interpreter made using python3. The program is supposed to interpret a Postscript-like language, and then compute and carry out any actions needed. All operations are handled through a simple text interpreter algorithm that parses up the postscript text into a operation stack, and a dictionary stack. The program supports bo…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%