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

Safe HaskellNone

DDC.Driver.Command.ToSalt

Synopsis

Documentation

cmdToSaltSource

Arguments

:: Config

Compiler configuration.

-> Language

Language definition.

-> Source

Source of the code.

-> String

Program module text.

-> ErrorT String IO () 

Parse, check, and fully evaluate an expression.

The output is printed to stdout.