Python parser that records source ranges

Jeff Epler jepler at unpythonic.net
Sun Sep 28 21:07:49 EDT 2003


The tokenize module will give column information for each token, but 
it produces a stream of tokens only, not an AST.

Jeff





More information about the Python-list mailing list