summaryrefslogtreecommitdiff
path: root/Source/Dafny/Parser.cs
Commit message (Expand)AuthorAge
...
* Added the <== operator.Gravatar Nadia Polikarpova2013-03-14
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Support for paren-free guards in if and while statements.Gravatar Nadia Polikarpova2013-02-15
* First take on calc expressions.Gravatar Nadia Polikarpova2013-02-14
* Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
* "!!" can now be parsed as two "!". More concise parsing for "!in".Gravatar Nadia Polikarpova2013-02-07
* Added parsing and resolution of a new let-such-that expression. Translation h...Gravatar Rustan Leino2013-01-21
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
* Improved error message for making the mistake of saying 'returns' instead of ...Gravatar Rustan Leino2012-11-25
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* New feature:Gravatar Rustan Leino2012-10-11
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04