@hackage toml-parser0.1.0.0
Parser for the TOML configuration language
Categories
License
ISC
Maintainer
emertens@gmail.com
Links
Versions
Installation
Dependencies (4)
Dependents (10)
@hackage/dojang, @hackage/lens-toml-parser, @hackage/toml-test-drivers, @hackage/ats-format, @hackage/cryptol, @hackage/acme-everything, Show all…
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.