7#ifndef __PARSER_YML_H__
8#define __PARSER_YML_H__
10#include "phoenix_get_string.h"
13bool parser_yml(DicoValue & dico,
const PPath & fileName);
bool parser_yml(DicoValue &dico, const PPath &fileName)
Parse a yml file and update the given DicoValue.
bool parse_yml_string(PString &str, PFileParser &parser)
Parse string value.