Skip to content

Commit f3468b2

Browse files
authored
Merge pull request #1510 from informalsystems/grammar-update
Updated the grammar rules to allow for optional trailing commas.
2 parents b227ec3 + b887590 commit f3468b2

File tree

13 files changed

+1017
-6679
lines changed

13 files changed

+1017
-6679
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Grammar updated with support for an optional leading hashbang (`#!`) line (#1522)
2828
- Added a new operator called `getOnlyElement()` to extract elements out of singleton sets (#1525)
2929

30+
3031
### Changed
32+
33+
- Updated grammar rule to allow an optional trailing comma in parameter lists (#1510):
34+
35+
- Operator calls
36+
- Constant initialization
37+
- Operator definitions
38+
3139
### Deprecated
3240
### Removed
3341
### Fixed

quint/cli-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ See [#1500](https://github.com/informalsystems/quint/issues/1500).
392392
if [ `uname -s` == 'Linux' -o `uname -s` == 'Darwin' ]; then
393393
./testFixture/SuperSpec.qnt
394394
fi
395-
```
395+
```

quint/src/generated/.antlr/Quint.interp

Lines changed: 0 additions & 185 deletions
This file was deleted.

quint/src/generated/.antlr/Quint.tokens

Lines changed: 0 additions & 130 deletions
This file was deleted.

quint/src/generated/.antlr/QuintLexer.interp

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)