Skip to content

Commit 12067d6

Browse files
authored
Merge pull request #632 from ltratt/grmtools_0_14_2
Prepare a 0.14.2 release.
2 parents a50ddd5 + 1000202 commit 12067d6

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# grmtools 0.14.2 (2026-04-30)
2+
3+
* Only initialise internal parser state once at run-time. For programs that
4+
create many new parser instances, this can be a substantial win.
5+
6+
* Improve a number of error messages: several of these were previously
7+
inscrutable.
8+
9+
110
# grmtools 0.14.1 (2026-01-20)
211

312
* Unbreak building of the grmtools book with the latest `mdbook`.

cfgrammar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cfgrammar"
33
description = "Grammar manipulation"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.1"
5+
version = "0.14.2"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrlex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrlex"
33
description = "Simple lexer generator"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.1"
5+
version = "0.14.2"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrpar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrpar"
33
description = "Yacc-compatible parser generator"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.1"
5+
version = "0.14.2"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrtable"
33
description = "LR grammar table generation"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.1"
5+
version = "0.14.2"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

nimbleparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nimbleparse"
33
description = "Simple Yacc grammar debugging tool"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.1"
5+
version = "0.14.2"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)