uu-interleaved

Providing an interleaving combinator for use with applicative/alternative style implementations.

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

Version on this page:0.2.0.0
LTS Haskell 9.21:0.2.0.0
Stackage Nightly 2017-07-25:0.2.0.0
Latest on Hackage:0.2.0.2@rev:1

See all snapshots uu-interleaved appears in

MIT licensed by Doaitse Swierstra, Utrecht University
Maintained by Doaitse Swierstra
This version can be pinned in stack with:uu-interleaved-0.2.0.0@sha256:4b4ad3a794454ebff39b30e7a556df2f3b8c1b1c31ceb0c5454934d760d24102,1556

Module documentation for 0.2.0.0

Depends on 1 package(full list with versions):
Used by 1 package in lts-8.5(full list with versions):

This module contains parser library independent code which can be used to describe inlerleaved execution of applicative style structures. It is amongst other used in the uu-options package, which provides facilities for parsing command-line options or files containing preferences. It generalises the permuting parsers and the list merging parsers as e.g. found in the uulib library. For a more complete description see the Technical Report describing its implementation and use see http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html