EEConfig: ExtremlyEasyConfig - Extremly Simple parser for config files
Implementation of a very simple parser for parameters recognition. It recognizes given parameters and their values. As input it becomes list of parameters and all their possible values in format [ParameterInput] and input String where parameters will be searched for. As output it deliveres recognized parameters and their values in format [ParameterOutput], where only these parameters are present which have been found in the input string. In output list each exisitng parameter has exactly one value - this one that has been recognized in the input string. Parameters in the input string have to be always given in following format: (<flagname> <parameter>)*. Anything what is not recognized as parameter or value is ignored.
Downloads
- EEConfig-1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0 |
---|---|
Dependencies | base (>=3.0), containers [details] |
License | BSD-3-Clause |
Copyright | (c) 2008 Bartosz Wójcik |
Author | Bartosz Wojcik <bartek@sudety.it> |
Maintainer | Bartosz Wojcik <bartek@sudety.it> |
Category | Parsing |
Uploaded | by BartoszWojcik at 2008-11-17T21:04:52Z |
Distributions | NixOS:1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1501 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |