/cpp_yaml_parser

Simple library to parse YAML files and convert them into map objects. No weird installations or imports needed

Primary LanguageC++MIT LicenseMIT

cpp_yaml_parser

Simple library to parse YAML files and convert them into map objects. No weird installations or imports needed

To include the library in your project, simply include it

#include <yaml.h>

A simple example is included in the repo. To compile it

g++ example.cpp src/yaml.cpp -o out

To run it, simply type

./out