e0/lib/ir.ml

4 lines
82 B
OCaml
Raw Normal View History

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