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

Qualified section headers #12

Open clord opened 8 years ago

clord commented 8 years ago

Section headers can be qualified with dot operator. Have to parse and represent this in the parse type, and then convert to final representation. There are rules regarding whether a given qualified name is valid or not which will have to be validated too.

clord commented 8 years ago

This is a sub-task of issue #7, or can be considered a duplicate. Will leave open for now.