Description
A Haskell library with a reduced parser for configurator-ng configuration files. It helps programs read a specific configuration syntax without taking on a larger parser surface than needed.
Developers use it when a project must consume configurator-ng-style files. Reduced parsers should clearly document supported syntax so users know which configuration features are accepted.