- 12 Mar, 2010 1 commit
-
-
Andrei Paskevich authored
- copy the code of Pretty to Why3 to prepare it for Driver - move goal_of_ctxt to Transform, where it belongs - comment out the unused "extract_goals" in Transform - comment out the debugging printing in Theory, use Pretty - in use_export, put the Duse declaration after the copied declarations, not before
-
- 11 Mar, 2010 2 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
- 09 Mar, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 05 Mar, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 28 Feb, 2010 1 commit
-
-
Andrei Paskevich authored
- prevent leak of idents by separating them into two types: - "preid" -- user-created and non-unique - "ident" -- unique, generated from "preid" by various smart constructors: create_tysymbol, etc This guarantees that two different symbols never share an ident. - no need to hashcons tysymbols, fsymbols, and psymbols, as they are unique by construction - make separate hashconsing smart constructors for decl - export namespace as a private record (no reason to not to) - some code rearrangement in hashconsing of decls - fix namespace merging in close_namespace - namespace name can be just a string, no need to use ident
-
- 25 Feb, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 24 Feb, 2010 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 09 Feb, 2010 2 commits
-
-
Jean-Christophe Filliâtre authored
No commit message
-
Jean-Christophe Filliâtre authored
-
- 08 Feb, 2010 1 commit
-
-
Johannes Kanig authored
-