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.
-
Notifications
You must be signed in to change notification settings - Fork 0
A tiny TOML parser in C.
License
Silicon42/uTOML
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A tiny TOML parser in C.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published