8 lines
90 B
OCaml
8 lines
90 B
OCaml
type irexpr
|
|
= IExpr
|
|
|
|
type global = Global
|
|
|
|
type program =
|
|
{ globals : global list
|
|
}
|