heptagon/compiler
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
..
global Fixed comparison functions which were blatantly wrong. 2010-11-10 15:45:41 +01:00
heptagon Added a new static scoping pass 2010-11-20 17:39:24 +01:00
main Added a new static scoping pass 2010-11-20 17:39:24 +01:00
minils Tomato: stop trying to be smart about tuples 2010-11-10 15:46:32 +01:00
obc Rename [lhs] to [pattern] in obc 2010-11-05 16:27:44 +01:00
utilities Switched back to plain strings for some compiler options. 2010-10-04 00:35:12 +02:00
_tags Updates for Obc 2010-07-08 17:22:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml Changed compile flags, and cleaned a bit. 2010-09-14 09:39:02 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00