summaryrefslogtreecommitdiff
path: root/src/kv.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix slashes being skipped in unquoted KV tokensGravatar Michael Smith 2022-05-011-2/+2
|
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-1/+1
| | | | Sometimes, you just want to Unicode.
* Fix some old KV parser issuesGravatar Michael Smith 2022-03-191-54/+115
| | | | | | | - Implement conditionals in the lexer and reject or ignore them in callbacks. This will allow something to use them later if needed. - Make error handling less stupid (return a bool instead of using the state struct).
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+231
With code from Bill. Thanks Bill!