mpri-funcprog-project/src/Finish.mli

6 lines
268 B
OCaml
Raw Normal View History

2017-12-13 14:04:28 +01:00
(* 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