Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | VS2010 integration: fixed typo in Boogie mode (install for .bpl files, not ↵ | rustanleino | 2010-07-19 |
| | | | | | | .dfy file; duh!) Chalice tests: removed machine-specific path from test.bat (replacing the file reference with just 'scala', which in some ways is machine-specific too) | ||
* | Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S ↵ | rustanleino | 2010-07-19 |
}'. Think of the new brackets as atomicity brackets (see PetersonsAlgorithm.chalice) Chalice: Added Peterson's algorithm to test suite (safety properties only) VS 2010 integration: Updated Chalice and Dafny modes, added keyword highlighting for a new Boogie mode |