Skip to content

Commit

Permalink
Merge pull request #1510 from informalsystems/grammar-update
Browse files Browse the repository at this point in the history
Updated the grammar rules to allow for optional trailing commas.
  • Loading branch information
bugarela authored Oct 28, 2024
2 parents b227ec3 + b887590 commit f3468b2
Show file tree
Hide file tree
Showing 13 changed files with 1,017 additions and 6,679 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Grammar updated with support for an optional leading hashbang (`#!`) line (#1522)
- Added a new operator called `getOnlyElement()` to extract elements out of singleton sets (#1525)


### Changed

- Updated grammar rule to allow an optional trailing comma in parameter lists (#1510):

- Operator calls
- Constant initialization
- Operator definitions

### Deprecated
### Removed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion quint/cli-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ See [#1500](https://github.com/informalsystems/quint/issues/1500).
if [ `uname -s` == 'Linux' -o `uname -s` == 'Darwin' ]; then
./testFixture/SuperSpec.qnt
fi
```
```
185 changes: 0 additions & 185 deletions quint/src/generated/.antlr/Quint.interp

This file was deleted.

130 changes: 0 additions & 130 deletions quint/src/generated/.antlr/Quint.tokens

This file was deleted.

224 changes: 0 additions & 224 deletions quint/src/generated/.antlr/QuintLexer.interp

This file was deleted.

Loading

0 comments on commit f3468b2

Please sign in to comment.