module Windows12.CodeGen where import Data.Text (Text) import Windows12.Ast import LLVM.AST (Module) codegen :: Text -> Program -> Module codegen filename (Program structs enums funcs) = undefined