ghc-dump-tree: Dump GHC's parsed, renamed, and type checked ASTs

[ bsd3, development, library, program ] [ Propose Tags ]

Useful for GHC devs or people who want to do something with GHC's AST but don't want to hook into the GHC API itself.


[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.2.0.0, 0.2.0.1, 0.2.0.2
Change log ChangeLog.md
Dependencies aeson (>=1.0 && <1.2), base (>=4.5 && <4.10), bytestring (>=0.9 && <0.11), ghc (>=7.4 && <8.2), ghc-dump-tree, optparse-applicative (>=0.11 && <0.14), pretty (>=1.1 && <1.2), pretty-show (>=1.6 && <1.7), process (>=1.1 && <1.5), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.12) [details]
License BSD-3-Clause
Copyright Copyright 2015 Well-Typed LLP
Author Edsko de Vries
Maintainer edsko@well-typed.com
Revised Revision 3 made by EdskoDeVries at 2017-02-20T08:21:38Z
Category Development
Home page https://github.com/edsko/ghc-dump-tree
Bug tracker https://github.com/edsko/ghc-dump-tree/issues
Source repo head: git clone https://github.com/edsko/ghc-dump-tree.git
Uploaded by EdskoDeVries at 2016-10-03T08:06:25Z
Distributions
Executables ghc-dump-tree
Downloads 2574 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-03 [all 1 reports]

Readme for ghc-dump-tree-0.2.0.2

[back to package description]

ghc-dump-tree

Dump GHC's abstract syntax trees (parsed, renamed, and type checked) in text or JSON format. Useful for GHC devs or people who want to do something with GHC's AST but don't want to hook into the GHC API itself. Tested with GHC 7.4-8.0.