SilverCity 0.1.0

Neil Hodgson nhodgson at bigpond.net.au
Sun Feb 3 21:09:13 EST 2002


Brian Quinlan:
> I have a Scintilla features request though:
> - expose the name of the lexer in the LexerModule class (it'd like to
> include the lexer's name in __repr__ and exceptions)

   Assuming you just mean moving it from private to public, OK, I'll change
that after 1.44 is released.

> What did you think about the higher-level API? i.e. lexing to events,
> the HTML generators, etc?

   Not my preferred way of working. I generally prefer writing navigational
code rather than  visitors or event handlers. Other people really like these
styles of interface and they are certainly popular for XML.

   Neil





More information about the Python-list mailing list