Selaa lähdekoodia

actually init the Transformer

Simon Krajewski 11 vuotta sitten
vanhempi
commit
2255caf1f0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      genpy.ml

+ 1 - 0
genpy.ml

@@ -1710,6 +1710,7 @@ module Generator = struct
 	(* Entry point *)
 
 	let run com =
+		Transformer.init com;
 		let ctx = mk_context com in
 		gen_resources ctx;
 		gen_types ctx;