ddc-driver-0.3.2.1: Disciplined Disciple Compiler top-level driver.

Safe HaskellNone

DDC.Driver.Command.Ast

Synopsis

Documentation

cmdAstModule :: Language -> Source -> String -> IO ()Source

Parse, check, and pretty print a module's internal representation.

cmdAstExp :: Language -> Source -> String -> IO ()Source

Parse, check, and pretty print an expression's internal representation.