toml-reader-parse

Package defines a set of parser combinators that allows analyzing arbitrary TOML structures. Includes formatted errors that keep track of where in the original TOML file a value came from.


Keywords
data, library, toml, Propose Tags , Skip to Readme, , Index, Quick Jump, TOML.Parse, toml-reader-parse-0.1.1.1.tar.gz, browse, Package description, Package maintainers, SergeyVinokurov, edit package information , 0.1.0.0, 0.1.1.0, 0.1.1.1
License
Apache-2.0
Install
cabal install toml-reader-parse-0.1.1.1

Documentation

Synopsis

Parser combinators for directly parsing TOML values produced by toml-reader. Parsers track where values originate in the source document and intelligently combine errors between alternative parsing branches to report only the most relevant error to the user.