C++ simple configuration files parser library

C++ simple configuration files parser library

Config is a simple C++ configuration file parser library that read formatted text files. The format is simple, easy and ...

Config is a simple C++ configuration file parser library that read formatted text files. The format is simple, easy and human readable. The library can be extended to custom types and container trough a simple template interface. The code is crossed platform and licensed under GPL 3.0+.

#configuration file example
house{
   cat{
      name = CATastrophy
      weight = 2.5
   }
   cat{
      name = CATerpilar
      weight = 1.8
   }
}

Modification date : 13 September 2023 | Publication date : 19 March 2019 | Redactor : mosar