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
- Host: GitHub
- URL: https://github.com/edsko/ghc-dump-tree
- Owner: edsko
- License: bsd-3-clause
- Created: 2015-03-11T18:20:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T15:11:17.000Z (over 4 years ago)
- Last Synced: 2024-03-15T10:12:58.891Z (over 2 years ago)
- Language: Haskell
- Size: 41 KB
- Stars: 40
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ast - ghc-dump-tree
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).