Changes between Version 9 and Version 10 of CIVLite
- Timestamp:
- 09/22/23 10:15:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CIVLite
v9 v10 30 30 labelnode: (ID ':')? node 31 31 node: transition | '{' transition* '}' // multiple transitions may depart a node 32 transition: ( expr'->')? action ('goto' ID ';')?32 transition: ((expr | 'else') '->')? action ('goto' ID ';')? 33 33 // if guard is missing, guard is 1 (true) 34 // else guard holds when all other guards are false 34 35 // if goto is missing, goto the next location 35 36 action: assignment call spawn noop return wait begin_atomic end_atomic assertion print
