Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
compile :: Exp Integer -> Maybe CTranslUnit Source
Given an expression where free variables are integers, convert it to C. This function doesn't include all of the runtime system in the translation unit which makes it unsuitable for running all on its own. It's primarly for inspecting the copmiled result of a given expression.