Popularity
8.1
Stable
Activity
0.0
Stable
40
7
7

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     GHC    
Latest version: v0.2.0.2

ghc-dump-tree alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-dump-tree alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-dump-tree or a related project?

Add another 'ghc' Package

README

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 8.6. Older versions support 7.4-8.0 (see commit history).