indentation

Indentation sensitive parsing combinators for Parsec and Trifecta

https://bitbucket.org/adamsmd/indentation

Version on this page:0.2.1.1@rev:1
Stackage Nightly 2016-02-29:0.2.1.1@rev:1
Latest on Hackage:0.3.3

See all snapshots indentation appears in

BSD-3-Clause licensed by Michael D. Adams <http://michaeldadams.org/>
This version can be pinned in stack with:indentation-0.2.1.1@sha256:642875a7d7d3b8bd626f1671ff1dad1a8584bfa0fab236e5e404d8b26345317e,2907

Module documentation for 0.2.1.1

Used by 1 package in nightly-2016-02-27(full list with versions):

Indentation sensitive parsing combinators for Parsec and Trifecta.

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.

Changes

0.2.1.1

  • Bump base dep to allow 4.8.* Builds with ghc-7.10.1

0.2.1

  • Export ‘Token’ from ‘Text.Trifecta.Indentation’

    • Add new testcase
  • Re-export ‘Text.Parser.Indentation.Implementation.IndentationState’ from ‘Text.Trifecta.Indentation’

0.2.0.3

  • Add (simple) tests for Parsec and Trifecta.

0.2.0.2

  • Allow building with parsec >= 3.1.7 and trifecta >= 1.5