Safe Haskell | None |
---|---|
Language | Haskell2010 |
Front
Description
Front end of the compiler pipeline.
Throughout this stage, high-level syntax is progressively parsed and desugared into simpler AST constructs.
Documentation
Operation modes for the front end compiler stage.
Constructors
Continue | Compile end-to-end (default). |
DumpTokens | Print the token stream from the scanner. |
DumpAst | Print the initial parsed AST, before operators are parsed. |
DumpAstParsed | Print the AST after operators are parsed. |
DumpAstFinal | Print the AST after all desugaring, just before lowering. |
Compiler options for the front end compiler stage.