On Fri, Dec 18, 2009 at 5:00 PM, Dan Kegel dank@kegel.com wrote:
Maybe I'll noodle around with ply and see if I can implement a subset of cmd's language with it. Here's a tiny toy start: http://kegel.com/wine/cmd.py
ply home page: http://www.dabeaz.com/ply/ example of use of ply in compiler course: http://ecee.colorado.edu/~siek/ecen4553/fall08/hw2.pdf
Oh, and http://ss64.com/nt/syntax.html seems like a nice summary of the language. - Dan