The CODEGENERATOR signature


Synopsis

signature CODEGENERATOR
structure Compiler.Machm : CODEGENERATOR

Interface

type csegments = {c0 : Word8Vector.vector, cn : Word8Vector.vector list, name : string option ref}
val architecture : string
val codegen : (ErrorMsg.errors * Lambda.lexp) -> csegments

Description

type csegments

architecture
What instruction set is being executed.

codegen (er, le)