indentation-core

Indentation sensitive parsing combinators core library

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-core appears in

BSD-3-Clause licensed by Michael D. Adams <http://michaeldadams.org/>
This version can be pinned in stack with:indentation-core-0.0.0.1@sha256:557627ac8f08c573166122fd16cdaa30515fdfda17698e4fa41728661c65a143,1508

Module documentation for 0.0.0.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2018-05-18(full list with versions):

Indentation sensitive parsing combinators core library

This is the core for the indentation package. For common use, consider one of the front-ends: indentation-parsec or indentation-trifecta. For both, or for backward compatability, 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.