heptagon/compiler
Cédric Pasteur f24e97fb87 Fixed bug in completion
This one was hard to find. The first version of 
completion_mapfold used gather in all cases, so 
we had to return Env.empty.
The new version does not use gather in the normal
iteration so we have to return the same defnames
as the one given in argument.
2010-07-26 14:16:21 +02:00
..
global Clock refactoring. 2010-07-23 22:13:03 +02:00
heptagon Fixed bug in completion 2010-07-26 14:16:21 +02:00
main Added foldi iterator 2010-07-26 09:33:22 +02:00
minils Added foldi iterator 2010-07-26 09:33:22 +02:00
obc Clock refactoring. 2010-07-23 22:13:03 +02:00
utilities Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +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 myocamlbuild.ml fix for bytecode 2010-07-05 15:15:24 +02:00
preproc.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00