@hackage toml-parser0.1.0.0

Parser for the TOML configuration language

Parser for the TOML configuration language. TOML is specified by https://github.com/toml-lang/toml. This language is designed to be easy to understand and unambiguous.

This implementation uses Alex and Happy to generate an efficient lexer and parser. It aims to have minimal library dependencies.