Parser class Parser { public: // LineCallback is the type for callbacks that can parse a line starting with a given prefix. // // They take the form of bool Callback(std::vector&& args, std::string* err) // // Similar to ParseSection() and ParseLineSection(), this function r