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

Safe HaskellNone

DDC.Driver.Command.ToLlvm

Synopsis

Documentation

cmdToLlvmSource

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 LLVM.

The output is printed to stdout.