Skip to content

Commit

Permalink
Mark version 1.2.0
Browse files Browse the repository at this point in the history
marijnh committed Jan 9, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 4b5ad86 commit 03cc051
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.2.0 (2023-01-09)

### Bug fixes

Fix a bug where the error to use `()` to denote empty options in a choice expression was signalled even when that is what the input did.

### New features

Grammars can now declare `@local tokens` blocks defining all the tokens that may appear in a set of state, and allowing `@else` tokens that match everything else.

## 1.1.3 (2022-11-07)

### Bug fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lezer/generator",
"version": "1.1.3",
"version": "1.2.0",
"description": "Parser generator for the incremental lezer parser",
"main": "dist/index.cjs",
"type": "module",

0 comments on commit 03cc051

Please sign in to comment.