Changes between Version 26 and Version 27 of ContractReduction


Ignore:
Timestamp:
12/07/15 11:54:45 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContractReduction

    v26 v27  
    1010simple-clause ::= assigns-clause | ensures-clause
    1111                | allocation-clause | abrupt-clause-fn
    12                 | depends-clause
     12                | reads-clause | depends-clause
    1313assigns-clause ::= assigns locations ;
    1414locations ::= location (, location) ∗ | \nothing | $everything
    1515location ::= tset
    1616ensures-clause ::= ensures pred ;
     17reads-clause ::= $reads locations;
    1718depends-clause := $depends event (, event)*;
    1819named-behavior ::= behavior id : behavior-body