flex/bison like module in Python?

Jerry Sievers jerry at jerrysievers.com
Wed Dec 15 09:33:56 EST 2004


Dear Pythonists;

Curious if there exists in Python package(s) for use as lexer/parser
for implementation of language grammars?

Already using cmd.py from the standard distro for it's basic features
but wishing for much more advanced capability.  As such, I refer to
flex/bison because though complex they are general purpose and very
useful.

I am trying to avoid having to do the lexer/parser part in C if
possible.

Thanks.

-- 
-------------------------------------------------------------------------------
Jerry Sievers   305 854-3001 (home)     WWW ECommerce Consultant
                305 321-1144 (mobile	http://www.JerrySievers.com/



More information about the Python-list mailing list