summaryrefslogtreecommitdiff
path: root/Source/Core/Parser.cs
Commit message (Expand)AuthorAge
...
* Allow attributes on procedure formals, function formals, and bound variablesGravatar Unknown2013-01-07
* Removed old comments about "BASEMOVE" and other constructor calls, where the ...Gravatar Unknown2013-01-07
* Boogie: added type 'real' with overloaded arithmetic operations plus real div...Gravatar boehmes2012-09-27
* Boogie: new syntax for integer division and modulus: use div and mod instead ...Gravatar boehmes2012-09-27
* Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
* added attributes to loop invariantsGravatar qadeer2012-03-23
* make the call to ProcessDataTypeConstructors in the right placeGravatar qadeer2012-03-11
* Boogie: map the given filename stdin.bpl to standard inputGravatar Unknown2012-03-09
* made delegate a datatypeGravatar qadeer2011-12-30
* Make set iteration order deterministicGravatar Michal Moskal2011-12-07
* changed the semantics of requires and ensures for inlined proceduresGravatar qadeer2011-11-17
* Added "free call" statements that don't check the precondition in the caller.Gravatar wuestholz2011-09-14
* Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* Boogie: white-space formatingGravatar Rustan Leino2011-06-05
* close the file stream opened by the parserGravatar Unknown2011-05-19
* Boogie: Eliminated a couple of warnings by removing unused variable declarati...Gravatar wuestholz2011-01-21
* Factored out the ParserHelper class into a separate project and updated the f...Gravatar wuestholz2010-12-02
* Updated parser.cs files to pick up the new .frame improvements from boogiepar...Gravatar rustanleino2010-10-26
* Boogie:Gravatar rustanleino2010-10-26
* Boogie:Gravatar rustanleino2010-09-23
* Changed the interface of Parse so that it can consume a program from a StreamGravatar akashlal2010-09-03
* Boogie: Committing changed source filesGravatar tabarbe2010-08-20
* Boogie: Renaming core sources in preparation for port commitGravatar tabarbe2010-08-20