#include <map> #include <string> std::map<std::string, std::string> yaml_parse(std::string filename);