Skip to content

oselin/cpp_yaml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages