The EEConfig package
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.
Properties
| Version | 1.0 |
|---|---|
| Dependencies | base (≥3.0), containers |
| License | BSD3 |
| Copyright | (c) 2008 Bartosz Wójcik |
| Author | Bartosz Wojcik <bartek@sudety.it> |
| Maintainer | Bartosz Wojcik <bartek@sudety.it> |
| Stability | stable |
| Category | Parsing |
| Upload date | Mon Nov 17 21:04:52 UTC 2008 |
| Uploaded by | BartoszWojcik |
| Built on | ghc-6.10, ghc-6.12 |
| Build failure | ghc-7.0 (log) |
Modules
Downloads
- EEConfig-1.0.tar.gz (Cabal source package)
- package description (included in the package)