This project is an implementation of a TOML Parser in C.
It is still under development, you can check the TODO to see the progess.
I am only allowed to use the following function from the C Standard Library :
- malloc
- free
- read
- write
- open
- close
Furthermore, I must follow the Epitech's Coding Style.