Use TAst in CodeGen
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
module Windows12.CodeGen where
|
||||
|
||||
import Data.Text (Text)
|
||||
import Windows12.Ast
|
||||
import Windows12.TAst
|
||||
import LLVM.AST (Module)
|
||||
|
||||
codegen :: Text -> Program -> Module
|
||||
codegen filename (Program structs enums funcs) = undefined
|
||||
codegen :: Text -> TProgram -> Module
|
||||
codegen filename (TProgram structs enums funcs) = undefined
|
||||
|
Reference in New Issue
Block a user