language-c-0.4.3: Analysis and generation of C code

Portabilityghc
Stabilityprototype
Maintainerbenedikt.huber@gmail.com
Safe HaskellNone

Language.C.Analysis.Export

Description

WARNING : This is just an implementation sketch and not very well tested.

Export SemRep entities to AST nodes.

Synopsis

Documentation

exportDeclr :: [CDeclSpec] -> Type -> Attributes -> VarName -> ([CDeclSpec], CDeclr)Source

Export Declarator

Synopsis: exportDeclr other_specs type attributes variable-name

exportType :: Type -> ([CDeclSpec], [CDerivedDeclr])Source

Export a type to syntax