File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ # grmtools 0.13.10 (2025-02-04)
2+
3+ * Add option for more complete POSIX lex compatible regex escapes. For
4+ example, ` \b ` is the backspace character in POSIX Lex, but a word boundary
5+ association in the Rust [ regex] ( https://crates.io/crates/regex ) crate that
6+ lrlex uses. This defaults to ` false ` for backwards compatibility.
7+
8+
19# grmtools 0.13.9 (2025-02-04)
210
311* Respect the timeout in all stages of error recovery. Previously the timeout
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.9 "
5+ version = " 0.13.10 "
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.9 "
5+ version = " 0.13.10 "
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.9 "
5+ version = " 0.13.10 "
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.9 "
5+ version = " 0.13.10 "
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.9 "
5+ version = " 0.13.10 "
66authors = [" Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments