e0/lib/ir.ml

9 lines
90 B
OCaml
Raw Normal View History

type irexpr
= IExpr
2022-03-08 06:16:27 +00:00
type global = Global
type program =
{ globals : global list
}