tomland-1.1.0.1: Bidirectional TOML serialization

Safe HaskellNone
LanguageHaskell2010

Toml.Parser.TOML

Description

Parser for TOML data type: keys, tables, array of tables. Uses value parsers from Toml.Parser.Value.

Synopsis

Documentation

keyP :: Parser Key Source #

Parser for Key: dot-separated list of Piece.

tomlP :: Parser TOML Source #

Parser for a '.toml' file