Skip to content

Silicon42/uTOML

Repository files navigation

uTOML

A tiny TOML parser in C, intended for the memory footprint conscious, it is thus only guaranteed to work on ~32kB documents as it limits it's own local memory space to 16-bit. Supports strict and permissive parsing modes(WIP). In strict mode it will abort parsing as soon as an error occurs and report the error, however in permissive mode, it will attempt to parse as much as it can and even attempt to recover after a malformed token if possible, some errors may even parse the intent correctly but still issue a warning that something was wrong to comply with the specification.

About

A tiny TOML parser in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages