An open API service indexing awesome lists of open source software.

https://github.com/edsko/ghc-dump-tree

Dump GHC's abstract syntax trees
https://github.com/edsko/ghc-dump-tree

Last synced: 10 months ago
JSON representation

Dump GHC's abstract syntax trees

Awesome Lists containing this project

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).