/SimpleConfigParser

Config parser using std::optional and std::variant

Primary LanguageC++MIT LicenseMIT

Simple Config Parser

Just a test to get familiar with std::optional, std::variant, std::get_if, and std::visit.

Compiling on Linux

cd SimpleConfigParser
make run