toml-parser-1.3.2.0: TOML 1.0.0 parser
TOML parser using generated lexers and parsers with careful attention to the TOML 1.0.0 semantics for defining tables.
Modules
- Toml TOML parsing, printing, and codecs
- Toml.FromValue Automation for converting TOML values to application values.
- Toml.FromValue.Generic GHC.Generics derived table parsing
- Toml.FromValue.Matcher A type for building results while tracking scopes
- Toml.FromValue.ParseTable A type for matching keys out of a table
- Toml.Generic Integration with DerivingVia extension
- Toml.Lexer TOML lexical analyzer
- Toml.Lexer.Token Lexical tokens
- Toml.Located Values annotated with positions
- Toml.Parser Raw TOML expression parser
- Toml.Parser.Types Raw expressions from a parsed TOML file
- Toml.Position File position representation
- Toml.Pretty Human-readable representations for error messages
- Toml.Semantics Semantic interpretation of raw TOML expressions
- Toml.Semantics.Ordered Tool for extracting an ordering from an existing TOML file
- Toml.ToValue Automation for converting application values to TOML.
- Toml.ToValue.Generic GHC.Generics derived table generation
- Toml.Value Semantic TOML values
- Toml.FromValue Automation for converting TOML values to application values.