blackducksoftware / ohcount

The Ohloh source code line counter
https://github.com/blackducksoftware/ohcount
GNU General Public License v2.0
257 stars 74 forks source link

Implement support for PostScript documents. #43

Closed SilverNexus closed 6 years ago

SilverNexus commented 8 years ago

PostScript is a language meant for page layout, and is actually Turing complete. It fills a similar role to that of LaTeX, so I felt it would be worthwhile to add.

I have implemented rudimentary PostScript support in this merge request.