indentation-parsec

Indentation sensitive parsing combinators for Parsec

https://bitbucket.org/adamsmd/indentation

Version on this page:0.0.0.1
LTS Haskell 14.27:0.0.0.2
Stackage Nightly 2019-09-21:0.0.0.2
Latest on Hackage:0.0.0.2

See all snapshots indentation-parsec appears in

BSD-3-Clause licensed by Michael D. Adams <http://michaeldadams.org/>
This version can be pinned in stack with:indentation-parsec-0.0.0.1@sha256:926ec5766daac18451be624f99a70dc45bf0ea5e2320120aa52fe1264d07f52f,2571

Module documentation for 0.0.0.1

Indentation sensitive parsing combinators for Parsec

See

Michael D. Adams and Ömer S. Ağacan. Indentation-sensitive parsing for Parsec. In Proceedings of the 2014 ACM SIGPLAN Symposium on Haskell, Haskell ’14, pages 121–132. ACM, New York, NY, USA, September 2014. ISBN 978-1-4503-3041-1. doi:10.1145/2633357.2633369.

This package provides indentation combinators for Parsec. For Trifecta, install indentation-trifecta. For backward compatability or to install both, install indentation.

Changes

0.0.0.1

  • Bump base bounds to support GHC 8.2.1

0.0

  • Split indentation into separate indentation-core, indentation-parsec and indentation-trifecta packages. Keep the original indentation for backward compatability and as a general roll-up package.