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

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 (>=0.7 && <0.12), base (>=4.5 && <4.10), bytestring (>=0.9 && <0.11), ghc (>=7.4 && <8.2), ghc-dump-tree, optparse-applicative (>=0.11 && <0.13), 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
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-05-16T04:26: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-05-16 [all 1 reports]

Readme for ghc-dump-tree-0.2.0.1

[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, GHC 7.8 and GHC 7.10.