Skip to content

SPSI is a python based interpreter for Simplified PostScript (SPS).

License

Notifications You must be signed in to change notification settings

imclerran/Simple-PostScript-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PostScript Interpreter (SPSI)

GitHub
SPSI is a python based interpreter for Simplified PostScript (SPS).

Supported Operators:

Arithmetic and Comparison Operators:

  • add
  • sub
  • mul
  • eq
  • lt
  • gt

Array Operators:

  • length
  • get
  • put
  • aload
  • astore

Stack Operators:

  • dup
  • copy
  • count
  • pop
  • clear
  • exch
  • stack

Dictornary Operators:

  • def

Conditional and Loop Operators:

  • for
  • if
  • ifelse

Additional PostScript Reference Material:

PostScript Language Reference (Adobe)

About

SPSI is a python based interpreter for Simplified PostScript (SPS).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published