summaryrefslogtreecommitdiff
path: root/Dafny/Resolver.ssc
Commit message (Collapse)AuthorAge
* Added a sequence update expression in Dafny.Gravatar rustanleino2009-11-06
|
* The Dafny call statement now automatically declares left-hand sides as local ↵Gravatar rustanleino2009-11-05
| | | | variables, if they were not already local variables.
* Introduced operator !in in Dafny. An expression "x !in S" is equivalent to ↵Gravatar rustanleino2009-11-05
| | | | | | | "!(x in S)". Changed Dafny test files to use the new operator. Included the file b8.dfy into the VSI-Benchmarks test harness.
* Initial set of files.Gravatar mikebarnett2009-07-15