summaryrefslogtreecommitdiff
path: root/Source/Dafny/Compiler.cs
Commit message (Collapse)AuthorAge
...
* Renamed "parallel" statement to "forall" statement, and made the parentheses ↵Gravatar Rustan Leino2013-03-06
| | | | around the bound variables optional.
* Added Equals method on TypeGravatar Rustan Leino2013-02-20
| | | | | Fixed some precondition violations Various improvements in Contracts
* First take on calc expressions.Gravatar Nadia Polikarpova2013-02-14
|
* Added parsing and resolution of a new let-such-that expression. Translation ↵Gravatar Rustan Leino2013-01-21
| | | | has yet to be implemented.
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
| | | | Added syntactic support for codatatype #-form equalities.
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
| | | | renamed "ghost module" to "abstract module", adding a keyword "abstract"
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
|
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04