arp242 / toml-c

TOML C library
Other
34 stars 5 forks source link

C library for parsing TOML 1.0. Passes all of TOML test suite.

This is a fork of https://github.com/cktan/tomlc99, as that didn't seem hugely maintained, and has a number of errors. This library isn't compatible.

Note: API is likely to change in the future!

Installation

This can be used in two ways: as a library or in "header only mode":

Usage

See toml.h and examples.

Testing

Run make check to run the tests; this requires toml-test to be in $PATH.