17 Commits (ef00823cf769d8e526784744a37ba8884ac85bf6)

Author SHA1 Message Date
Gwenaël Delaval ef00823cf7 Added Marc as co-author 12 years ago
Gwenaël Delaval 58086190eb Headers and license file for GPL
Headers for every source file (excluding examples), mentioning
authors, copyright and license (GPL)

COPYING file with GPLv3 content.
12 years ago
Léonard Gérard b73e6502a6 resets are now without constraint. 13 years ago
Cédric Pasteur b1b8e103f2 Added partial application for iterators
For instance:
  ... = map<<n>> (f<<se>>)((t1, t1'))(t2, t3)

is translated to:
  for(int i =...)
    ... = f(t1, t1', t2[i], t3[i])
13 years ago
Léonard Gérard df469db394 New Java backend closing 14 years ago
Léonard Gérard 67a541339f refactoring [every]. 14 years ago
Léonard Gérard f238f39f4d New reset pass, without switch ! 14 years ago
Léonard Gérard 26b30b9bac Small code comments. 14 years ago
Cédric Pasteur aa61865b9e Update names in code 14 years ago
Cédric Pasteur 515f9489c4 Rename *_mapfold to regular names 14 years ago
Cédric Pasteur a81dd0b2b4 Remove old version of files 14 years ago
Léonard Gérard f124bb4fd7 Refactoring Ident -> Idents ( uniform with Names etc ) 14 years ago
Cédric Pasteur 46a09cf369 Make Efield an op (as in Minils)
The fact that this commit mostly removes code proves
that this was a good choice.
14 years ago
Cédric Pasteur 3153a8f241 Add missing cases 14 years ago
Cédric Pasteur b0a5a7f13e Heptcheck compiles !! 14 years ago
Adrien Guatto b4ddefa65c Tabs, trailing ws and long lines shall receive no mercy! 14 years ago
Léonard Gérard 60a3ad15f8 move to subfolder compiler. 14 years ago