haskell-tools-ast: Haskell AST for efficient tooling
A representation of a Haskell Syntax tree that contain source-related and semantic annotations. These annotations help developer tools to work with the defined program. The source information enables refactoring and program transformation tools to change the source code without losing the original format (layout, comments) of the source. Semantic information helps analyzing the program. The representation is different from the GHC's syntax tree. It contains information from all representations in GHC (different version of syntax trees, lexical and module-level information).
Downloads
- haskell-tools-ast-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.8.1.0, 0.9.0.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.1.1, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.1.0 |
---|---|
Dependencies | base (>=4.9 && <5.0), ghc (>=8.0 && <8.1), references (>=0.3.2 && <1.0), structural-traversal (>=0.1 && <0.2), uniplate (>=1.6 && <2.0) [details] |
License | BSD-3-Clause |
Author | Boldizsar Nemeth |
Maintainer | nboldi@elte.hu |
Category | Language |
Home page | https://github.com/nboldi/haskell-tools |
Uploaded | by lazac at 2016-07-01T11:27:14Z |
Distributions | |
Reverse Dependencies | 13 direct, 1 indirect [details] |
Downloads | 16793 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2016-11-23 [all 3 reports] |