index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Parser.cs
Commit message (
Expand
)
Author
Age
*
Finished up Parser modifications
Dietrich
2015-04-27
*
removed the last console writes (used for testing)
Dietrich
2015-04-26
*
Successfully parsed the float type
Dietrich
2015-04-26
*
added float type to the set array in Parser
Dietrich
2015-04-26
*
removed comments from Scanner.cs, changed the value of the float token kind t...
Dietrich
2015-04-26
*
added float type to Arithmetic Expression and added a new float test
Dietrich
2015-04-26
*
renamed fp32 to BigFloat
Dietrich
2015-04-20
*
added minor commenting to Parser.cs
Dietrich
2015-04-20
*
added a collection of console writes for debugging. These should be removed ...
Dietrich
2015-04-20
*
Added float type to the Parser and Scanner
Dietrich
2015-04-20
*
added float tipe to AbsyExpr and IntervalDomain. The methods added may requi...
Dietrich
2015-04-20
*
added float type definition to AbsyType and parser (parser definition may be ...
Dietrich
2015-04-17
*
adding references to the floating point type wherever references to the real ...
Dietrich
2015-04-17
*
Add the ability to declare Expr to be immutable at construction time.
Dan Liew
2015-01-29
*
Did more refactoring.
wuestholz
2014-09-23
*
Added /useBaseNameForFile command line argument. The Scanner
Dan Liew
2014-04-06
*
bug fixes in Duplicate.cs and parsing of invariant attributes
qadeer
2013-12-22
*
regenerated after updating Parser.frame
qadeer
2013-12-16
*
added syntax for par call and ParCallCmd
qadeer
2013-12-16
*
Removed the remaining pure collections.
wuestholz
2013-07-23
*
Fixed the Coco/R grammar and regenerated the parser.
wuestholz
2013-07-22
*
All ...Seq classes now gone
Ally Donaldson
2013-07-22
*
ExprSeq: farewell
Ally Donaldson
2013-07-22
*
StringSeq: farewell
Ally Donaldson
2013-07-22
*
CmdSeq: farewell
Ally Donaldson
2013-07-22
*
Started to remove ...Seq classes
Ally Donaldson
2013-07-22
*
More refactoring
Ally Donaldson
2013-07-22
*
More refactoring
Ally Donaldson
2013-07-22
*
More refactoring: PureCollections.Sequence not used anymore.
Ally Donaldson
2013-07-22
*
More refactoring towards replacing PureCollections.Sequence with List
Ally Donaldson
2013-07-22
*
Refactoring of TypeVariableSeq
Ally Donaldson
2013-07-22
*
Refactoring of VariableSeq and TypeSeq
Ally Donaldson
2013-07-22
*
Requires/EnsuresSeq replaced by List<Requires/Ensures>
Ally Donaldson
2013-07-22
*
added parallel calls
Unknown
2013-03-01
*
removed call forall and * args to calls
Unknown
2013-02-23
*
Refactored code that generates an axiom for a function, and changed the prett...
Rustan Leino
2013-01-17
*
Allow attributes on procedure formals, function formals, and bound variables
Unknown
2013-01-07
*
Removed old comments about "BASEMOVE" and other constructor calls, where the ...
Unknown
2013-01-07
*
Boogie: added type 'real' with overloaded arithmetic operations plus real div...
boehmes
2012-09-27
*
Boogie: new syntax for integer division and modulus: use div and mod instead ...
boehmes
2012-09-27
*
Removed AIFramework from Boogie -- use native trivial or native interval-base...
boehmes
2012-09-27
*
Dafny and Boogie: get rid of 'static' fields in parser
Rustan Leino
2012-08-21
*
added attributes to loop invariants
qadeer
2012-03-23
*
make the call to ProcessDataTypeConstructors in the right place
qadeer
2012-03-11
*
Boogie: map the given filename stdin.bpl to standard input
Unknown
2012-03-09
*
made delegate a datatype
qadeer
2011-12-30
*
Make set iteration order deterministic
Michal Moskal
2011-12-07
*
changed the semantics of requires and ensures for inlined procedures
qadeer
2011-11-17
*
Added "free call" statements that don't check the precondition in the caller.
wuestholz
2011-09-14
*
Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...
wuestholz
2011-07-15
[next]