Skip to content

Commit 5ebf7e2

Browse files
committed
Mark version 1.8.0
1 parent 4553fd7 commit 5ebf7e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.8.0 (2025-06-23)
2+
3+
### New features
4+
5+
`@specialize` and `@extend` now accept concatenated literal expressions for the token content.
6+
7+
`@external tokens` declarations now support `@conflict { some, tokens }` declarations to check that they are never used in a context that also allows those tokens.
8+
19
## 1.7.3 (2025-03-31)
210

311
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lezer/generator",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"description": "Parser generator for the incremental lezer parser",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)