Yamlc is a C/C++ parser
Clone the repo :
$ git clone https://github.com/paulogarithm/yamlc
Enter the repo
$ cd yamlc
Setup the library :
$ sudo make install
This will build the libraray as well as setting it into your path.
And that's it !
Simply execute this command:
$ sudo make uninstall
To include the yamlc lib, you can simply do :
$ (compiler) (file.s) -lyamlc
For example
$ gcc examples/mainc.c -lyamlc
After, since im lazy