skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this implementation preserve comments when writing a table read from a file?

thejohnfreeman opened this issue · comments

Question in the title. I'm looking for a comment-preserving parser and printer.

did you find anything? same problem...

toml11 says they can preserve comments, but I haven't tested it.

i see...yes i looked it at too. the interface seems to be more lightweight with this project. tradeoffs...