File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff line change 22name = " cfgrammar"
33description = " Grammar manipulation"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.14.1 "
5+ version = " 0.14.2 "
66edition = " 2024"
77readme = " README.md"
88license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change 22name = " lrlex"
33description = " Simple lexer generator"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.14.1 "
5+ version = " 0.14.2 "
66edition = " 2024"
77readme = " README.md"
88license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change 22name = " lrpar"
33description = " Yacc-compatible parser generator"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.14.1 "
5+ version = " 0.14.2 "
66edition = " 2024"
77readme = " README.md"
88license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change 22name = " lrtable"
33description = " LR grammar table generation"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.14.1 "
5+ version = " 0.14.2 "
66edition = " 2024"
77readme = " README.md"
88license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change 22name = " nimbleparse"
33description = " Simple Yacc grammar debugging tool"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.14.1 "
5+ version = " 0.14.2 "
66edition = " 2024"
77readme = " README.md"
88license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments