Changes between Version 2 and Version 3 of CIVLite


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CIVLite

    v2 v3  
    1818{{{
    1919
    20 constant: INT | 'null' | '{' constant* '}'
     20constant: INT | 'null' | '{' (constant (',' constant)*)? '}'
    2121
    2222type: 'int' | 'proc' | type[]