Can people point me to resources on lexing, parsing and tokenising with Python?
I\'m doing a little hacking on an open source project (hotwire) and wanted to do a fe
pygments is a source code syntax highlighter written in python. It has lexers and formatters, and may be interesting to peek at the source.