Parsing Python question (newbie)

Skip Montanaro skip at pobox.com
Wed Sep 5 20:01:36 EDT 2001


    Loki> A .py to .pyc compiler would be nice. I know there is some kind of
    Loki> parser generator written in C bundled with Python, but does it
    Loki> produce recursive descent parsers, or table driven?  I'd prefer
    Loki> recursive descent for reasons of readability.

Take a look at the Tools/compiler directory in the Python source
distribution.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list