How to write a Python lexical analyser?

Posted by dish on Stack Overflow See other posts from Stack Overflow or by dish
Published on 2010-05-15T14:58:47Z Indexed on 2010/05/15 16:54 UTC
Read the original article Hit count: 294

Filed under:
|
|

I'm trying to write a C module to lexically analyse Python code. How can I do it?

© Stack Overflow or respective owner

Related posts about python

Related posts about c