Files
postscript-compiler/gen.ml
T
2023-02-24 15:18:30 +01:00

16 lines
330 B
OCaml

(* Compilation functions *)
open Lang
open Instrs
open Typing
(* ************************************************************ *)
(* **** Compilation of expressions / statements **** *)
(* ************************************************************ *)
let gen_prog (Prog (fundecls, fundefns)) =
ISeq []