Changes between Version 3 and Version 4 of CIVLite


Ignore:
Timestamp:
09/21/23 08:29:39 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIVLite

    v3 v4  
    3737// if goto is missing, goto the next statement
    3838
    39 action: assignment call spawn noop return wait begin_atomic end_atomic
     39action: assignment call spawn noop return wait begin_atomic end_atomic assertion
    4040
    4141assignment: lval '=' expr ';'
     
    5757end_atomic: 'end_atomic' ';'
    5858
     59assertion: 'assert' expr ';'
     60
    5961exprlist: expr (',' expr)*
    6062