summaryrefslogtreecommitdiff
path: root/Source/Dafny/Scanner.cs
Commit message (Expand)AuthorAge
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Preliminary support for reals in Dafny specs. No compiler suport yet.Gravatar Bryan Parno2014-02-10
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
* Allow calls to side-effect-free ghost methods from expressionsGravatar Rustan Leino2013-08-06
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* Add support for hexidecimal numbers.Gravatar parno2013-07-30
* Fixed parsing bug in "if" and "while" guardsGravatar Rustan Leino2013-07-10
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
* The "choose" statement, hacky and specialized as it was, is now gone. Use th...Gravatar Rustan Leino2013-03-27
* 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
* "!!" can now be parsed as two "!". More concise parsing for "!in".Gravatar Nadia Polikarpova2013-02-07
* 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
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04