summaryrefslogtreecommitdiff
path: root/Jennisys
Commit message (Expand)AuthorAge
* - implemented synthesizing constructors with if conditionsGravatar Unknown2011-07-14
* - finished evaluating expressionsGravatar Unknown2011-07-13
* - changed the parser to create VarLiteral instead of IdLiteral forGravatar Unknown2011-07-13
* - still working on infering branching structureGravatar Unknown2011-07-12
* - removed "exit 43" from StartDafny-jen.batGravatar Unknown2011-07-12
* - added the "timeout" optionGravatar Unknown2011-07-11
* - typosGravatar Unknown2011-07-11
* - fixed a bug in DafnyModelUtils.fs (reading set values from models)Gravatar Unknown2011-07-11
* - added Set.jen exampleGravatar Unknown2011-07-11
* - removed VarConst from ConstGravatar Unknown2011-07-08
* - fixed some bugs with applying unification over list elementsGravatar Unknown2011-07-06
* - implemented some sorts of symbolic evaluation of expressionsGravatar Unknown2011-07-06
* - implemented synthesis of some simple constructors with parametersGravatar Unknown2011-07-05
* added some doc commentsGravatar Unknown2011-07-03
* - when analyzing a constructor, repeated "assume <inv>" statement explicitlyGravatar Unknown2011-07-02
* - generates "Valid()" for preconditionsGravatar Unknown2011-07-01
* - removed the "Constructor" discriminator from type Member, and added aGravatar Unknown2011-07-01
* fixed some minor bugs:Gravatar Unknown2011-06-24
* - implemented code generation from a synthesis solution (simple fieldGravatar Unknown2011-06-24
* - implemented reading models from a BVD model fileGravatar Unknown2011-06-24
* refactored the Analyzer code so that it generates a separate Dafny file for eachGravatar Unknown2011-06-20
* - changed the grammar to allow for arbitrary post-condition expressionsGravatar Unknown2011-06-19
* Jennisys: a (failed) attempt at getting a model from which one could generate...Gravatar Rustan Leino2011-04-22
* Jennisys: First cut of injectivity analysisGravatar Rustan Leino2011-04-11
* Jennisys: Allow model members to occur in any orderGravatar Rustan Leino2011-04-07
* Jennisys: Refined parsing of expressions, frames, and routine bodiesGravatar Rustan Leino2011-04-07
* Jennisys: Improved parsing by using operator binding powersGravatar Rustan Leino2011-04-07
* Jennisys: Parse and printGravatar Rustan Leino2011-04-07
* Jennisys: some initial files (with no real contents)Gravatar Rustan Leino2011-04-06