Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Dafny: | rustanleino | 2010-05-06 |
| | | | | | | | | * First crack at a compiler (/compile:1 writes out.cs, if Dafny program verifies) * Added "print" statement (to make running compiled programs more interesting) * Changed name of default class from $default to _default Boogie: * Included "lambda" as a keyword in emacs and latex style files | ||
* | Introduced operator !in in Dafny. An expression "x !in S" is equivalent to ↵ | rustanleino | 2009-11-05 |
| | | | | | | | "!(x in S)". Changed Dafny test files to use the new operator. Included the file b8.dfy into the VSI-Benchmarks test harness. | ||
* | Initial version of VSI Benchmarks 1 - 8 | RMonahan | 2009-10-30 |