- 04 Nov, 2010 5 commits
-
-
Simão Melo de Sousa authored
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
No commit message
-
Simão Melo de Sousa authored
-
- 03 Nov, 2010 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 02 Nov, 2010 4 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
- 01 Nov, 2010 2 commits
-
-
Francois Bobot authored
Multi-target is required for ocamlyacc but is counterproductive for ocamlc. This is due to ocamldep which declare .cmi as dependencies only when a .mli file exists. That work one day because %.cmi was wrongly spelled %cmi, after the spelling correction that doesn't work anymore. Until now :) The last commit is also an improvement for -j
-
Francois Bobot authored
en utilisant parser.pre.mly (le seul fichier à modifier)
-
- 29 Oct, 2010 13 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 28 Oct, 2010 10 commits
-
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 26 Oct, 2010 3 commits
-
-
Andrei Paskevich authored
the verification algorithm must always terminate and be reasonably performant in practice, but its worst-case complexity is unknown and probably exponential. What is quite easy when there is only one recursive definition, becomes difficult when there is a group of mutually recursive definitions. An educated discussion would be highly appreciated. BTW, I had to convert a couple of recursive "logic"s on integers into an abstract "logic" + axiom. Pretty much all of them supposed that the argument was non-negative, and thus were non-terminating!
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-