ghc-source-gen/ghc-show-ast
2021-08-12 13:23:54 +01:00
..
Main.hs Complete GHC 9 support and CI 2021-08-12 13:23:54 +01:00
package.yaml Complete GHC 9 support and CI 2021-08-12 13:23:54 +01:00
README.md Initial commit. 2019-07-09 13:58:46 -07:00

ghc-show-ast helps debug the behavior of GHC that ghc-source-gen is trying to imitate. This program parses a source file with GHC and then pretty-prints the AST.

To use:

stack run ghc-show-ast -- path/to/file.hs