Mark Gillard
b8438b3258
fixed ML strings not allowing whitespace after line-ending backslashes
...
also:
- fixed value comparison with special floats
- added all the remaining conformance tests from BurntSushi/toml-test and iarna/toml-spec-tests
- added toml::inserter
- added license boilerplate to test files
2020-06-27 15:55:15 +03:00
Mark Gillard
761690d4a6
fixed BOM check causing EOF on very short iostream inputs
...
also fixed a number of small parsing conformance issues
2020-06-25 17:33:01 +03:00
Mark Gillard
aa37852f53
minor code cleanup
2020-04-21 16:40:03 +03:00
Mark Gillard
5e683e9a73
fixed is_unicode_XXXXXX
functions being wrong in some cases
...
also:
- added tests for unicode functions
- changed `TOML_LIKELY` semantics to work with gcc-style intrinsics
- greatly improved unicode-related codegen
- parser refactoring
2020-04-18 23:42:33 +03:00