summaryrefslogtreecommitdiff
path: root/Source/Core/Parser.cs
Commit message (Expand)AuthorAge
* Finished up Parser modificationsGravatar Dietrich2015-04-27
* removed the last console writes (used for testing)Gravatar Dietrich2015-04-26
* Successfully parsed the float typeGravatar Dietrich2015-04-26
* added float type to the set array in ParserGravatar Dietrich2015-04-26
* removed comments from Scanner.cs, changed the value of the float token kind t...Gravatar Dietrich2015-04-26
* added float type to Arithmetic Expression and added a new float testGravatar Dietrich2015-04-26
* renamed fp32 to BigFloatGravatar Dietrich2015-04-20
* added minor commenting to Parser.csGravatar Dietrich2015-04-20
* added a collection of console writes for debugging. These should be removed ...Gravatar Dietrich2015-04-20
* Added float type to the Parser and ScannerGravatar Dietrich2015-04-20
* added float tipe to AbsyExpr and IntervalDomain. The methods added may requi...Gravatar Dietrich2015-04-20
* added float type definition to AbsyType and parser (parser definition may be ...Gravatar Dietrich2015-04-17
* adding references to the floating point type wherever references to the real ...Gravatar Dietrich2015-04-17
* Add the ability to declare Expr to be immutable at construction time.Gravatar Dan Liew2015-01-29
* Did more refactoring.Gravatar wuestholz2014-09-23
* Added /useBaseNameForFile command line argument. The ScannerGravatar Dan Liew2014-04-06
* bug fixes in Duplicate.cs and parsing of invariant attributesGravatar qadeer2013-12-22
* regenerated after updating Parser.frameGravatar qadeer2013-12-16
* added syntax for par call and ParCallCmdGravatar qadeer2013-12-16
* Removed the remaining pure collections.Gravatar wuestholz2013-07-23
* Fixed the Coco/R grammar and regenerated the parser.Gravatar wuestholz2013-07-22
* All ...Seq classes now goneGravatar Ally Donaldson2013-07-22
* ExprSeq: farewellGravatar Ally Donaldson2013-07-22
* StringSeq: farewellGravatar Ally Donaldson2013-07-22
* CmdSeq: farewellGravatar Ally Donaldson2013-07-22
* Started to remove ...Seq classesGravatar Ally Donaldson2013-07-22
* More refactoringGravatar Ally Donaldson2013-07-22
* More refactoringGravatar Ally Donaldson2013-07-22
* More refactoring: PureCollections.Sequence not used anymore.Gravatar Ally Donaldson2013-07-22
* More refactoring towards replacing PureCollections.Sequence with ListGravatar Ally Donaldson2013-07-22
* Refactoring of TypeVariableSeqGravatar Ally Donaldson2013-07-22
* Refactoring of VariableSeq and TypeSeqGravatar Ally Donaldson2013-07-22
* Requires/EnsuresSeq replaced by List<Requires/Ensures>Gravatar Ally Donaldson2013-07-22
* added parallel callsGravatar Unknown2013-03-01
* removed call forall and * args to callsGravatar Unknown2013-02-23
* Refactored code that generates an axiom for a function, and changed the prett...Gravatar Rustan Leino2013-01-17
* 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