Skip to content

trulede/simple_yaml

Repository files navigation

Simple YAML Parser

A simple YAML parser which produces a Node Tree Object representation of YAML Documents and includes a find method to locate individual Nodes within the parsed Node Tree.

$ git clone https://github.com/trulede/simple_yaml.git
$ cd simple_yaml
$ make
$ ./simple_yaml
Document 0
  kind = Pod
  name = static-web
Document 1
  kind = Service
  name = my-service
  app = MyApp
  targetPort = 9376

Credits

Andrew Sydney Poelstra

Helpful learning material and examples:

Tyler Barrus

Useful C Libraries. No point reinventing the wheel.

About

Simple YAML Parser to Node Tree.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published