Define the tree IR
[tiger.ml.git] / compiler / src / lib / tiger / tiger_translate.mli
CommitLineData
cc540a7e
SK
1module Level : sig
2 type t
3
4 val init : t
5 (** "outermost" in Applel's code *)
6
7 val next : t -> name:Tiger_temp.Label.t -> formals:bool list -> t
8 (** "newLevel" in Appel's code *)
9end
10
42043503 11type exp = unit
cc540a7e
SK
12
13type access
14
15val alloc_local : level:Level.t -> escapes:bool -> access
16
17val formals : level:Level.t -> access list
This page took 0.02707 seconds and 4 git commands to generate.