Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 16
and
Version 17
of
CIVLite
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/28/23 13:01:14 (
3 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
CIVLite
v16
v17
51
51
52
52
expr: lval | constant | '(' expr ')' | expr '+' expr | ... // + - * / mod - == != >= > < <= && || !
53
| 'ite' '(' expr ',' expr ',' expr ')'
53
54
| 'array' '(' type ',' expr ',' expr ')' // array(element-type, length, value)
54
55