mpri-funcprog-project/project/src/Finish.mli
2017-12-13 14:10:41 +01:00

6 lines
268 B
OCaml

(* This function implements a translation of the intermediate language [Top]
down to [C]. This transformation is mostly a matter of choosing appropriate
C constructs to reflect the concepts of the language [Top]. *)
val finish_program: Top.program -> C.program