skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toml lang updated to 1.0.0-rc1

iwongdotcn opened this issue · comments

+1 - any chance we can up this to full v1.0.0 release? Raw tabs in basic strings seem to be already accepted. I could identify these as needing addressing:

* Allow heterogenous values in arrays.
* Clarify that trailing commas are not allowed in inline tables.

https://github.com/toml-lang/toml/blob/master/CHANGELOG.md

This project seems to have been abandoned. Probably time to look at toml11 or toml++.

Ah cool, already two alternatives out there, any comparisons yet? I'm not strongly attached to this one but would like to be v1.0 compliant.

@monkeydom I haven't yet.

@monkeydom I haven't yet.

think I'll be going with toml11 as it has the more detailed error reporting. However, it doesn't have a one header file amalgamation yet, so that's something I'll probably have to add as I want my library to be as tight as possible.