Revision a0c92fa8 src/compiler_stages.ml
src/compiler_stages.ml | ||
---|---|---|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
(* Generating a .lusi header file only *) |
126 |
if !Options.lusi then |
|
126 |
if !Options.lusi || !Options.print_nodes then
|
|
127 | 127 |
(* We stop here the processing and produce the current prog. It will be |
128 | 128 |
exported as a lusi *) |
129 | 129 |
raise (StopPhase1 prog); |
Also available in: Unified diff