A simple class that imitates some of the basic features of the python configParser.
The need for a minimalistic class to parse config files that have the form
[Category]
parameter = value
otherParam = value
[OtherCategory]
thisIsAlsoValid:value
asIsThis :value
andThis= value
To expand on the basic capabilities until it behaves similarly to python's configParser
- Initial commit
- First version of readme
- Add license
- Define required features
- Set clear milestones
- Define exact requirements for milestones
- Add unittests
c++11 and cmake3.1
MIT