Do not forget to write the interface file
This commit is contained in:
parent
744f166e12
commit
c57ae52862
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ let compile modname filename =
|
|||
|
||||
(* Process the Heptagon AST *)
|
||||
let p = Hept_compiler.compile_impl pp p in
|
||||
Modules.write itc;
|
||||
|
||||
(* Compile Heptagon to MiniLS *)
|
||||
let p = Hept2mls.program p in
|
||||
|
|
Loading…
Reference in a new issue