a simple config file parser. if an xml parser is just too heavy for whatever you are doing, this
might be a good alternative. it parses files with the following layout:
Code: Select all
<!-- comment
[section1]
option=value
[/section1]
and the documentation is here: http://members.lycos.nl/bmbstk/docs/classTextParse.html
i'll probably add some more features later...