skystrife / cpptoml

cpptoml is a header-only library for parsing TOML
MIT License
587 stars 133 forks source link

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

Open thejohnfreeman opened 5 years ago

thejohnfreeman commented 5 years ago

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

rejuce commented 5 years ago

did you find anything? same problem...

thejohnfreeman commented 5 years ago

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

rejuce commented 5 years ago

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