Skip to content

paulogarithm/yamlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLC

Yamlc is a C/C++ parser

Installation

Step 1

Clone the repo :

$ git clone https://github.com/paulogarithm/yamlc

Step 2

Enter the repo

$ cd yamlc

Step 3

Setup the library :

$ sudo make install

This will build the libraray as well as setting it into your path.

And that's it !


Uninstallation

Simply execute this command:

$ sudo make uninstall

How to include ?

To include the yamlc lib, you can simply do :

$ (compiler) (file.s) -lyamlc

For example

$ gcc examples/mainc.c -lyamlc

How does it work

After, since im lazy

About

A yaml parser for C/C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published