epic
Epic.Stackcode
type Loc = Int
type Tmp = Int
data ByteOp
Constructors
Instances
type Bytecode = [ByteOp]
data FunCode
data CompileState
Fields
compile :: Context -> Name -> Func -> FunCode
data TailCall
scompile :: Context -> Name -> Func -> State CompileState Bytecode