ANN: SilverCity 0.9.0

Brian Quinlan brian at sweetapp.com
Tue Nov 11 14:53:07 EST 2003


SilverCity is a lexing package, based on Scintilla, for over 20 programming
and markup languages. 

 

You can see its HTML-generation feature in action on the web:

http://www.sweetapp.com/cgi-bin/cgi-styler-form.py

 

 

The SilverCity API is similar to that of the Python tokenize module but:

o it works with languages other than Python

o it works with syntactically invalid code

o it includes an (optional) event-driven API (think SAX)

o it includes modules to generate syntax-styled HTML documents

o it includes a few useful scripts (see PySilverCity/Scripts in the source
distribution)

 

For more information, see:

http://silvercity.sourceforge.net <http://silvercity.sourceforge.net/> 

 

The documentation is available at:

http://silvercity.sourceforge.net/docs.html

 

Cheers,

Brian

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20031111/3226c2ec/attachment.html>


More information about the Python-list mailing list