Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

File metadata and controls

8 lines (6 loc) · 324 Bytes

PostScript-Interpreter---Python

Python Version:

Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] on win32

Description:

A simple PostScript language interpretter written in python with a testing framework as well.
Version 2 contains code for static and dynamic scoping rules.