Fixes:
- fixed some multi-line string parsing issues
- fixed pedantic warnings on gcc 10 and clang 11
- fixed
is_unicode_XXXXXXfunctions being wrong in some cases - fixed
TOML_LIKELYnot being correct on older versions of gcc and clang - fixed minor documentation issues (#26, #38) (@prince-chrismc)
Additions:
- added additional error message cases to the parser
- added
error_printerexample - added
toml_generatorexample
Changes:
- improved unicode-related codegen