e0/lib/ir.ml
2022-03-08 03:20:19 -06:00

9 lines
90 B
OCaml

type irexpr
= IExpr
type global = Global
type program =
{ globals : global list
}