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

Safe HaskellNone

DDC.Driver.Command.ToC

Synopsis

Documentation

cmdToCSource

Arguments

:: Config

Compiler configuration.

-> Language

Language definition.

-> Source

Source of the code.

-> String

Program module text.

-> ErrorT String IO () 

Parse, check, and convert a module to C.

The output is printed to stdout.