Browse Source

actually init the Transformer

Simon Krajewski 11 years ago
parent
commit
2255caf1f0
1 changed files with 1 additions and 0 deletions
  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;