heptagon/compiler/main
Cédric Pasteur 0bb84532b9 Added a new static scoping pass
This pass transforms exps that should be static 
to Econst se. The regular scoping then only has
to check this case.

The conversion is done in a single traversal of
the AST (unlike the old solution).
2010-11-20 17:39:24 +01:00
..
hept2mls.ml Added when and merge to heptagon. Need tests ! 2010-11-01 01:05:37 +01:00
heptc.ml Added a new static scoping pass 2010-11-20 17:39:24 +01:00
mls2obc.ml Removed unused arguments in mls2obc 2010-11-05 16:27:45 +01:00