pliosoft / toml-parse

Haskell library for reading TOML and easily querying it
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Validation of tables with duplicate keys #11

Open clord opened 8 years ago

clord commented 8 years ago

Toml has strict rules on duplication of keys and table names. It's fairly straight-forward to do a validation pass before constructing the final Toml type.

pbrisbin commented 7 years ago

I think this mostly works already, and with #18, the toml-test cases in this area all pass.