python lexer

Alessio Pace puccio_13 at yahoo.it
Wed Apr 23 05:04:01 EDT 2003


Hi, I was wondering which is a good lexer written in Python, I heard about
SPARK and PLY. I need only to tokenize texts, not to build trees on their
structure. 
string.split() I guess it is not enough, because I can't use reg exp as
token separators..How could I do otherwise?
Thanks

-- 
bye
Alessio Pace




More information about the Python-list mailing list