summaryrefslogtreecommitdiff
path: root/Source/Dafny/Printer.cs
Commit message (Collapse)AuthorAge
* Beefed up assign/let-such-that to generate possible witnesses for ↵Gravatar Rustan Leino2013-03-25
| | | | | | | set/multiset/sequence/map display expressions Run SmallTests.dfy and LetExpr.dfy only once in the test suite Fixed some translation bugs (and a pretty-printing bug) for map display expressions
* Finished support for ==# in calc, changed Paulson example to use it.Gravatar Nadia Polikarpova2013-03-20
|
* Added the <== operator.Gravatar Nadia Polikarpova2013-03-14
|
* Renamed "parallel" statement to "forall" statement, and made the parentheses ↵Gravatar Rustan Leino2013-03-06
| | | | around the bound variables optional.
* Pretty print the new parentheses-less "if" and "while" statements as such.Gravatar Rustan Leino2013-02-21
|
* 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.
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
|
* Create prefix methods during resolution, not translation.Gravatar Unknown2013-01-18
| | | | NOTE: The test suite does not pass right now. Will be fixed soon.
* Some additional resolution checks for co stuff.Gravatar Unknown2013-01-18
| | | | Beefed up some test cases.
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
| | | | Added syntactic support for codatatype #-form equalities.
* Corrected pretty printing of 'comethod'Gravatar Rustan Leino2012-11-25
|
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
|
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
| | | | renamed "ghost module" to "abstract module", adding a keyword "abstract"
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
|
* Hover text for iterator declarations (and not for the methods they generate)Gravatar Rustan Leino2012-10-04
|
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04