|
|
@@ -1,6 +1,6 @@
|
|
|
RESULT := civicc
|
|
|
PHASES := load parse print desug context_analysis expand_dims typecheck \
|
|
|
- dim_reduce bool_op extern_vars constant_propagation depth_analysis assemble \
|
|
|
+ dim_reduce bool_op extern_vars constant_propagation index_analysis assemble \
|
|
|
peephole output
|
|
|
SOURCES := types.ml stringify.mli stringify.ml util.mli util.ml lexer.mll \
|
|
|
parser.mly $(patsubst %,phases/%.ml,$(PHASES)) main.ml
|