text-position: Handling positions in text and position-tagging it.

[ data, library, public-domain, text ] [ Propose Tags ]

This package provides tools for tagging text with positions (line, column, character), and getting position aware tokens from lexical analysis (see regex-applicative package). It is based on Advances, a thin abstraction over regular expressions.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog
Dependencies base (>=4.7 && <5), regex-applicative (>=0.3.1) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Revised Revision 2 made by akrasner at 2015-10-05T14:02:49Z
Category Data, Text
Home page http://rel4tion.org/projects/text-position/
Bug tracker http://rel4tion.org/projects/text-position/tickets/
Source repo head: darcs get http://hub.darcs.net/fr33domlover/text-position
Uploaded by akrasner at 2015-04-28T15:29:07Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 1294 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-28 [all 1 reports]

Readme for text-position-0.1.0.0

[back to package description]
This is a small Haskell library for tagging plain text and token streams with
positions - line, column and character numbers. These are useful for locating
lexer errors, debugging and more.

See the .cabal file for more info and link to project website the version
control.

The official download locations are:

- The project website
- Torrents
- Hackage

This library is free software, and is committed to software freedom. It is
released to the public domain using the CC0 Public Domain Dedication. For the
boring "legal" details see the file 'COPYING'.

See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains
how to see the history log of the changes done in the code. 'NEWS' provides a
friendly overview of the changes for each release.