File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ # grmtools 0.13.9 (2025-02-04)
2+
3+ * Respect the timeout in all stages of error recovery. Previously the timeout
4+ only applied to the first of (several!) stages of error recovery, which could
5+ lead to a comically long time spent in the latter stages.
6+
7+ * Add accessor functions for overly ` pub ` fields in ` lrlex::Rule ` . Accessing
8+ the fields directly now causes a deprecation warning.
9+
10+ * New ` -d ` option for ` nimbleparse ` outputs the stategraph.
11+
12+
113# grmtools 0.13.8 (2024-11-07)
214
315* ` %parse-param ` can now use types that implement ` Clone ` (i.e. relaxing the
Original file line number Diff line number Diff line change 22name = " cfgrammar"
33description = " Grammar manipulation"
44repository = " https://github.com/softdevteam/grmtools"
5- version = " 0.13.8 "
5+ version = " 0.13.9 "
66authors = [" Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
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.13.8 "
5+ version = " 0.13.9 "
66authors = [" Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
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.13.8 "
5+ version = " 0.13.9 "
66authors = [" Lukas Diekmann <http://lukasdiekmann.com/>" , " Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
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.13.8 "
5+ version = " 0.13.9 "
66authors = [" Lukas Diekmann <http://lukasdiekmann.com/>" , " Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
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.13.8 "
5+ version = " 0.13.9 "
66authors = [" Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments