Python Postscript interpreter with customizable scoping rules
The file HW5.py contains the final version of the project, which allows the user to select dynamic or static scoping for their Postscript code. The function interpreter() is called to interpret Postscript code.