summaryrefslogtreecommitdiffhomepage
path: root/src/kv.c
AgeCommit message (Collapse)Author
2022-03-19Spruce up text and fix some copyright yearsMichael Smith
Sometimes, you just want to Unicode.
2022-03-19Fix some old KV parser issuesMichael Smith
- 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).
2021-11-20Initial public snapshotMichael Smith
With code from Bill. Thanks Bill!