B
Brian Quinlan
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
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