Changes between Version 10 and Version 11 of CIVLite


Ignore:
Timestamp:
09/22/23 15:12:08 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIVLite

    v10 v11  
    2929function: 'fun' type ID '(' formallist? ')' '{' (typedvar ';')* labelnode* '}'
    3030labelnode: (ID ':')? node
    31 node: transition | '{' transition* '}' // multiple transitions may depart a node
     31node: transition ('or' transition)* // multiple transitions may depart a node
    3232transition: ((expr | 'else') '->')? action ('goto' ID ';')?
    3333// if guard is missing, guard is 1 (true)