Skip to content

AdamBrutsaert/BetterTomlParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterTomlParser

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.

Constraints

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published