File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed
Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ # grmtools 0.13.8 (2024-11-07)
2+
3+ * ` %parse-param ` can now use types that implement ` Clone ` (i.e. relaxing the
4+ previous stringent requirement that types were ` Copy ` ).
5+
6+ * Document start states in the grmtools book.
7+
8+ * Allow ` lrlex ` and ` nimbleparse ` to read from stdin if the path is ` - ` .
9+
10+
111# grmtools 0.13.7 (2024-06-14)
212
313* Catch incorrectly terminated productions. Previously this led to a confusing
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.7 "
5+ version = " 0.13.8 "
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.7 "
5+ version = " 0.13.8 "
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.7 "
5+ version = " 0.13.8 "
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.7 "
5+ version = " 0.13.8 "
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.7 "
5+ version = " 0.13.8 "
66authors = [" Laurence Tratt <http://tratt.net/laurie/>" ]
77edition = " 2021"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments