Lexing in Python 2
Fredrik Lundh
fredrik at pythonware.com
Tue Feb 1 05:48:51 EST 2000
More information about the Python-list mailing list
Tue Feb 1 05:48:51 EST 2000
- Previous message (by thread): C, C++ to python
- Next message (by thread): PIL Problem (Python Imaging Library)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Prescod <paul at prescod.net> wrote: > With all due respect, what the hell is shlex and how did it get into > the standard distribution? afaik, it's a support module for netrc: http://www.python.org/doc/current/lib/module-netrc.html > It is my unconsidered, uneducated opinion that lexers do not vary as > widely as parsers (LL(1), LR(1), LR(N) etc.) so we could just choose one > at random and start building modules around it. re 1.6? </F>
- Previous message (by thread): C, C++ to python
- Next message (by thread): PIL Problem (Python Imaging Library)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list