summaryrefslogtreecommitdiff
path: root/Util/VS2010/Dafny/DafnyLanguageService/Grammar.cs
Commit message (Expand)AuthorAge
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl...Gravatar Rustan Leino2013-03-05
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: added iterators; for now, only parsing and resolving (and printing and...Gravatar Rustan Leino2012-09-25
| * Added the new keyword (calc) to UtilGravatar Nadia Polikarpova2012-09-16
|/
* Dafny: removed the defunct "havoc" keyword from various source-code highlightersGravatar Unknown2012-08-15
* Dafny: removed allocated keyword, changed module import syntax. "opened" keyw...Gravatar Jason Koenig2012-07-30
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* Dafny: added copredicatesGravatar Rustan Leino2012-07-03
* Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
* Dafny: removed support for the old keyword "unlimited" (all functions are lim...Gravatar Unknown2012-06-11
* Dafny: added finite mapsGravatar Unknown2012-05-25
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* Dafny: added predicatesGravatar Rustan Leino2012-01-10
* Dafny: Start of new refinement features -- clean out old onesGravatar Rustan Leino2012-01-04
* Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
* Dafny: allow single-quote as a character in identifiers in the VS2010 modeGravatar Rustan Leino2011-11-09
* Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...Gravatar Rustan Leino2011-10-26
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* Dafny: for VS mode, let lexer allow "?"Gravatar Rustan Leino2011-08-04
* Added new multiset keyword to VS2010 syntax highlighter.Gravatar Jason Koenig2011-07-11
* Dafny: removed deprecated "call" and "use" keywords from syntax highlightersGravatar Rustan Leino2011-06-20
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Dafny: Alternative (and candidate replacement) syntax for declaring datatypesGravatar Rustan Leino2011-04-20
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny:Gravatar rustanleino2011-02-17
* Dafny:Gravatar rustanleino2010-09-17
* VS2010 mode for Dafny and Boogie: updated, for example to properly deal with...Gravatar rustanleino2010-09-01
* Dafny: Fixed VS 2010 mode to really include all Dafny keywordsGravatar rustanleino2010-08-06
* Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'....Gravatar rustanleino2010-07-19
* Visual Studio 2010 integration for Dafny and Chalice. See the "How to instal...Gravatar rustanleino2010-07-15