Skip to content

A simple PostScript language interpreter written in python with a testing framework as well.

Notifications You must be signed in to change notification settings

JaredStrandWSU/CS355-PostScript-Interpreter-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.