"Karim" <karim.liat...@free.fr> wrote

Is there any equivalent to JAVACC in python (or lex yacc) to create grammary
for config or format file?

Thats kind of what ConfiogParser does - it gives you tools to read/write
a config file.

If you don't mind the data not being human readable you could also
use the shelve module which simulates a dictionary in a file.

There are lots of options.

Alan G.


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to