summaryrefslogtreecommitdiff
path: root/Chalice/src/Parser.scala
Commit message (Expand)AuthorAge
* Chalice: add pre-conditions to specification statements; semantically spec st...Gravatar kyessenov2010-08-13
* Chalice: add specification statement ( ghost? (const|var) (x (:T)?)+ [P(x)] )Gravatar kyessenov2010-08-13
* Chalice: accept many input files at once; read from stdin if no input file sp...Gravatar kyessenov2010-08-12
* Chalice: put classes and objects into package "chalice"Gravatar kyessenov2010-08-11
* Chalice: added uninterpreted functions; attempting to re-verify Celebrity in ...Gravatar kyessenov2010-08-10
* Chalice:Gravatar kyessenov2010-08-02
* Chalice:Gravatar kyessenov2010-08-02
* Chalice: pretty printer now prints element type for sequences; fixed a bug in...Gravatar kyessenov2010-07-27
* Chalice: introduced proper AST nodes for permission expressions and permissio...Gravatar kyessenov2010-07-21
* Chalice: added surface syntax for acc(s[*].*) and acc(s[*].f); extended AST, ...Gravatar kyessenov2010-07-20
* Chalice: fixed a bug with permission operations treating AccessAll not as a p...Gravatar kyessenov2010-07-20
* Chalice: adding support for sequence local variables; removed ClassType from ...Gravatar kyessenov2010-07-20
* Chalice: extended substitutor to handle "exists" quantifier and sequence cont...Gravatar kyessenov2010-07-20
* Chalice: added sequence containment surface syntax ("in" comparison operator)...Gravatar kyessenov2010-07-19
* Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'....Gravatar rustanleino2010-07-19
* Chalice: added "exists" quantifier; changed surface syntax for quantifier exp...Gravatar kyessenov2010-07-19
* Chalice:Gravatar rustanleino2010-06-25
* Chalice: updated Prelude to match new Boogie parsing of function parameters; ...Gravatar rustanleino2010-01-06
* Implicitly declare as local variables undeclared variables occurring as LHS's...Gravatar rustanleino2009-10-16
* - fixed a positioning bug in Parser.scalaGravatar jansmans2009-10-07
* * Implemented channelsGravatar rustanleino2009-08-16
* Parse channels and condition variables.Gravatar rustanleino2009-08-05
* Initial set of files.Gravatar mikebarnett2009-07-15