inipp
ini parser
A simple C++ header-only ini parser and generator.
Simple C++ ini parser.
284 stars
12 watching
54 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
configparsercppheader-onlyiniparserparsingpython-configparsersimple
Related projects:
Repository | Description | Stars |
---|---|---|
ssarcandy/ini-cpp | A lightweight C++ library for parsing and generating INI configuration files | 37 |
rookfighter/inifile-cpp | A header-only C++ library for parsing and decoding INI files | 368 |
ndevilla/iniparser | A lightweight ini file parser written in C | 984 |
qix-/tortellini | A C++ library for reading and writing INI files in a simple and efficient manner. | 144 |
rxi/ini | A tiny ANSI C library for loading and parsing .ini config files with support for sections, comments, quoted strings, and trimming whitespace. | 337 |
compuphase/minini | A small and portable library for reading and writing configuration files in various formats. | 385 |
jtilly/inih | A simple INI file parser written in C. | 439 |
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
flingengine/inih | A simple C++ header-only implementation of an INI file parser with compatibility features. | 1 |
ossystems/inih | A C-based parser for .INI configuration files used in embedded systems. | 42 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
brofield/simpleini | A C++ library providing a simple API to read and write INI-style configuration files | 1,121 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |
mohamedghita/conan-inih | A Python package providing an extended INI reader for handling various data types in configuration files | 3 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |