- 26 Aug, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 16 Aug, 2010 1 commit
-
-
Francois Bobot authored
-
- 29 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
also, add some (*commented*) memoization debugging output
-
- 15 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 09 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- bring driver syntax closer to that of theories - some simple API improvements
-
- 08 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- everything is converted to the new shiny way of doing things. Well, everything except Gappa, which seems very unifinished anyway, and Encoding_instantiate, which is too complex and would like to update it with François. Also, I commented a little piece of exception reporting in manager/, will see it with Claude. THIS IS STILL A WORK IN PROGRESS! Please inform me about any bugs, ugly APIs, and proposed corrections. All the non-implemented things, mentioned in the previous commit message are still in the TODO list and will be done soon.
-
- 07 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- dependent transformations (ones that depend on cloning history and/or metaproperties) have now the same type Trans.trans and can be registered via Trans, too. - load_driver accumulates appropriate tdecls to be appended to tasks before transformation/printing. At this moment, we have almost everything in place and are ready to remove Register module (subsumed by Trans and Printer in core/) and Prover module (its functions will move to Driver), and convert all printers and transformations to use the new infrastructure. Not implemented yet: - appending driver-imposed tdecls to tasks - when and where? - metas-options - what is the best way to implement them? - syntax/typing for metas in theories and drivers.
-
- 04 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- introduce a new Theory.tdecl "Meta" to be used for tags - simplify cloning procedure, get rid of the th_clone field - when a goal proposition is discarded during cloning, it's still keeped in the theory as a "skip proposition", this is needed to preserve/clone every local identifier. Skip propositions are eliminated during task formation. - get rid of a separate Task.tdecl type - reorganize the Task.task_hd record: * use/clone history is cached in a theory-keyed map; * meta-properties are cached in a tagname-keyed map. This is done to simplify the fine-grained configuration of transformations.
-
- 17 Jun, 2010 1 commit
-
-
Francois Bobot authored
-
- 06 May, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 28 Apr, 2010 2 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
- 26 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 23 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
- convert Trans and Register to use weak memoization
-
- 22 Apr, 2010 3 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Francois Bobot authored
Driver : fix compose dans le bon sens
-
- 21 Apr, 2010 4 commits
-
-
Andrei Paskevich authored
- apply transformations in Driver at print_task/prove_task
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 20 Apr, 2010 1 commit
-
-
Andrei Paskevich authored
- accept timeout regexps in drivers - do not take command line from drivers
-
- 19 Apr, 2010 2 commits
-
-
MARCHE Claude authored
-
Andrei Paskevich authored
-
- 17 Apr, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
- no more version.sh, use config.ml.in and version.tex.in instead - dynlink compatibility is moved to config.ml - comment out unused sections in Makefile - provide the explicit --enable-ide option - provide the explicit --enable-plugins option - require at least Ocaml 3.10 - remove *-yes and *-no targets from Makefile, use ifeq() instead
-
- 08 Apr, 2010 1 commit
-
-
Francois Bobot authored
-
- 29 Mar, 2010 2 commits
-
-
Francois Bobot authored
-
Andrei Paskevich authored
This will allow transformations to apply use and clone. Also, this will allow to simplify the driver structure. Memoisation modulo env/clone/use requires some further adaptation (but this would be needed anyway).
-
- 26 Mar, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 25 Mar, 2010 2 commits
-
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
- 24 Mar, 2010 3 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
driver.ml : Rattrape TheoriesNotFound bench.in : Test jusqu'au bout les drivers drivers : corrige le nom des théories TODO modifier driver_parser pour prendre (+) au lieu de (_+_)
-
Francois Bobot authored
-
- 22 Mar, 2010 2 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
- 19 Mar, 2010 2 commits
-
-
Andrei Paskevich authored
-
Francois Bobot authored
- Util : Ajout de Creation generique de Set,Map et Hashtbl quand on a un tag et une egalitée physique - Hashweak : Implementation de l'idee de Jean-Christophe et Andreï - Register : Simplification des types comme demandé par Jean-Christophe Mise à jour des fichiers qui en dépendait - Theory : Ajout d'une facilité de création des th_inst - Encoding_decorate : Prelude pour l'encodage de Stéphane en utilisant flat_theory d'Andreï - Ty : Ajout de Sty, Mty et Hty - Main : Reduction de la taille des lignes à 80 colonnes
-