e0/lib/ir.ml

9 lines
87 B
OCaml
Raw Normal View History

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