kempe-0.1.1.1: Kempe compiler
Safe HaskellNone
LanguageHaskell2010

Kempe.Asm.X86

Description

Started out trying to implement maximal munch but ended with something "flatter" that works with Kempe IR and my shitty register allocator.

Documentation

irToX86 :: SizeEnv -> WriteSt -> [Stmt] -> [X86 AbsReg ()] Source #