e0/lib/ir.ml
2022-03-08 00:16:27 -06:00

9 lines
87 B
OCaml

type expr
= Expr
type global = Global
type program =
{ globals : global list
}