kempe-0.1.1.0: Kempe compiler
Safe HaskellNone
LanguageHaskell2010

Kempe.Pipeline

Documentation

irGen Source #

Arguments

:: Typeable a 
=> Int

Thread uniques through

-> Declarations a c b 
-> ([Stmt], WriteSt, SizeEnv) 

x86Parsed :: Typeable a => Int -> Declarations a c b -> [X86 AbsReg ()] Source #

x86Alloc :: Typeable a => Int -> Declarations a c b -> [X86 X86Reg ()] Source #