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

Sub-table keys #7

Open clord opened 8 years ago

clord commented 8 years ago

Toml has lots of rules about subtables. The rough plan for dealing with them is to parse to a data-structure that mirrors the file format, and then write an algorithm that converts to the final query format, which is meant to cleanly represent the data from the file.