Chris Seberino writes with great flourish:
>
> I'd like to build a lexer aka lexical analyzer aka tokenizer for
> Python source code as a learning exercise.
>
> Where can I find the regexs that define the tokens of Python source?
> (I am aware of tokenizer.py but I was hoping there was a web pag
timmyt wrote:
i'm interested in getting opinions on a small wsgi framework i
assembled from webob, sqlalchemy, genshi, and various code fragments i
found on the inter-tubes
here is the interesting glue - any comments / suggestions would be
much appreciated
Fun! Since you're already using WebOb