trifecta: A modern parser combinator library with convenient diagnostics
[ bsd3, diagnostics, library, logging, parsing, pretty-printer, text ]
[ Propose Tags ]
[ Report a vulnerability ]
A modern unicode-aware parser combinator library with slicing and Clang-style colored diagnostics
Current documentation is available from http://ekmett.github.com/trifecta/.
Modules
- Text
- Text.Trifecta
- Text.Trifecta.ByteSet
- Text.Trifecta.CharSet
- Text.Trifecta.CharSet.Common
- Text.Trifecta.CharSet.Posix
- Text.Trifecta.CharSet.Posix.Ascii
- Text.Trifecta.CharSet.Posix.Unicode
- Text.Trifecta.CharSet.Unicode
- Text.Trifecta.CharSet.Unicode.Block
- Text.Trifecta.CharSet.Unicode.Category
- Text.Trifecta.Diagnostic
- Text.Trifecta.Diagnostic.Class
- Text.Trifecta.Diagnostic.Combinators
- Text.Trifecta.Diagnostic.Err
- Text.Trifecta.Diagnostic.Err.Log
- Text.Trifecta.Diagnostic.Err.State
- Text.Trifecta.Diagnostic.Level
- Text.Trifecta.Diagnostic.Prim
- Text.Trifecta.Diagnostic.Rendering
- Text.Trifecta.Diagnostic.Rendering.Caret
- Text.Trifecta.Diagnostic.Rendering.Fixit
- Text.Trifecta.Diagnostic.Rendering.Prim
- Text.Trifecta.Diagnostic.Rendering.Span
- Highlighter
- Text.Trifecta.Highlighter.Class
- Text.Trifecta.Parser
- Text.Trifecta.Parser.ByteString
- Text.Trifecta.Parser.Char
- Text.Trifecta.Parser.Char8
- Text.Trifecta.Parser.Class
- Text.Trifecta.Parser.Combinators
- Text.Trifecta.Parser.Expr
- Text.Trifecta.Parser.It
- Text.Trifecta.Parser.Perm
- Text.Trifecta.Parser.Prim
- Text.Trifecta.Parser.Result
- Text.Trifecta.Parser.Step
- Text.Trifecta.Parser.Token
- Text.Trifecta.Parser.Token.Class
- Text.Trifecta.Parser.Token.Combinators
- Text.Trifecta.Parser.Token.Highlight
- Text.Trifecta.Parser.Token.Identifier
- Text.Trifecta.Parser.Token.Identifier.Style
- Text.Trifecta.Parser.Token.Prim
- Text.Trifecta.Parser.Token.Style
- Text.Trifecta.Rope
- Text.Trifecta.Rope.Bytes
- Text.Trifecta.Rope.Delta
- Text.Trifecta.Rope.Prim
- Text.Trifecta
Downloads
- trifecta-0.35.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.0.1, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.15.1, 0.16, 0.16.1, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.32.1, 0.34, 0.35, 0.36, 0.36.1, 0.36.2, 0.36.3, 0.37, 0.38, 0.39, 0.40, 0.41, 0.42, 0.43, 0.44, 0.45, 0.46, 0.47, 0.49, 0.49.1, 0.50, 0.50.1, 0.50.2.1, 0.51, 0.51.0.1, 0.52, 0.53, 1.0, 1.1, 1.2, 1.2.1, 1.2.1.1, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.5, 1.5.1, 1.5.1.1, 1.5.1.2, 1.5.1.3, 1.5.2, 1.6, 1.6.1, 1.6.2, 1.6.2.1, 1.7, 1.7.1, 1.7.1.1, 2, 2.1, 2.1.1, 2.1.2, 2.1.3, 2.1.4 |
|---|---|
| Dependencies | array (>=0.3.0.2 && <0.4), base (>=4.3 && <4.4), bifunctors (>=0.1.1.3 && <0.2), bytestring (>=0.9.1 && <0.10), comonad (>=1.1.1.1 && <1.2), containers (>=0.3 && <0.5), fingertree (>=0.0.1 && <0.1), hashable (>=1.1.2.1 && <1.2), kan-extensions (>=2.0.1 && <2.1), keys (>=2.1 && <2.2), mtl (>=2.0.1 && <2.1), parallel (>=3.1.0.1 && <3.2), profunctors (>=0.1.1 && <0.2), reducers (>=0.1.4 && <0.2), semigroupoids (>=1.2.4 && <1.3), semigroups (>=0.8 && <0.9), terminfo (>=0.3.2 && <0.4), transformers (>=0.2.2 && <0.3), unordered-containers (>=0.1.4 && <0.2), utf8-string (>=0.3.6 && <0.4), wl-pprint-extras (>=1.5 && <1.6), wl-pprint-terminfo (>=0.7 && <0.8) [details] |
| License | BSD-3-Clause |
| Copyright | Copyright (C) 2010-2011 Edward A. Kmett |
| Author | Edward A. Kmett |
| Maintainer | Edward A. Kmett <ekmett@gmail.com> |
| Uploaded | by EdwardKmett at 2011-08-25T19:41:38Z |
| Revised | Revision 1 made by EdwardKmett at 2015-09-16T17:23:37Z |
| Category | Text, Parsing, Diagnostics, Pretty Printer, Logging |
| Home page | http://github.com/ekmett/trifecta/ |
| Source repo | head: git clone git://github.com/ekmett/trifecta.git |
| Distributions | Arch:2.1.4, Debian:2.1, LTSHaskell:2.1.4, NixOS:2.1.4, Stackage:2.1.4 |
| Reverse Dependencies | 44 direct, 378 indirect [details] |
| Downloads | 123462 total (393 in the last 30 days) |
| Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2016-12-01 [all 6 reports] |