On 3 Nov, 01:14, Collin D <collin.da...@gmail.com> wrote:
> Thanks for the replies. Pyparsing looks just like what I need.

The cmd module in the standard library is fine for simple command
interpreters. Depending on your needs you might find it does what you
want. Doug Hellmann has covered it in his "Python module of the week"
series of articles.

http://www.doughellmann.com/PyMOTW/cmd/index.html

Simon Hibbs
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to