ogma-core
Safe HaskellNone
LanguageHaskell2010

Language.Trans.CStruct2CopilotStruct

Description

Copilot's struct representation of C Structs and creation from C's AST.

Synopsis

Constructors

mkCStruct :: ExternalDeclaration -> Either String CStruct Source #

Convert a top-level struct declaration into a CStruct

Convert C type names to valid Copilot names

camelCaseTypeName :: String -> String Source #

Convert a String to camel case, also eliminating the _t at the end if present.