Re: [xml-dev] From grammar based file to xml file

From
Rich Salz <>
To
Conchi Labra <>
Date
2003-04-19T00:37:47Z
ID
<>
Thread
Re: [xml-dev] From grammar based file to xml file
> I have a bunch of program config files with sentences based on a
> grammar. The files and the grammar were written to be used with the yacc
> parser. Now I have to port the code from c to python, so I'd like to
> rewrite these config files as xml to parse them with xml python standard
> tools.

Another option is to use Python versions of Yacc and Lex:
  http://savannah.nongnu.org/projects/ply/