| Portability | GHC-only |
|---|---|
| Stability | experimental |
| Maintainer | Ivaylo Dobrikov (me@dobrikov.biz) |
Language.CSPM.PrettyPrinter
Description
This module defines functions for pretty-printing the Abstract Syntax Tree to CSPM syntax.
Documentation
The pretty print class used for AST types
prettyPrintFile :: FilePath -> IO ()Source
run the pretty printer on a file and write the output to | filename.ast and filename.pretty