uu-options

Parse command line options using uu-interleave and uu-parsinglib

http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators

Latest on Hackage:0.2.0.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Doaitse Swierstra, Utrecht University
Maintained by Doaitse Swierstra

Using the new Control.Applicative.Interleaved module we use the uu-parsinglib library to construct extremely concise command line processors, which provide helpful information when called incorrectly.

The module contains a module Options.UU.Demo which serves as an example of how to use the various options of the module; you may take a look at the source code.

It also contains a function demo which may be called from within ghci to experiment with.

Background information can be found in a Technical Report at http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html