0.8.0 #281
kevinmehall
started this conversation in
General
0.8.0
#281
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
#[cache_left_rec]
annotation to allow left recursion (Add left recursion support for rules without args #266)[ ]
pattern expression (How to match and return a one char? #234)Fixes
trace
feature when usinginfix!{}
(Compilation failure with--features peg/trace
#277)#[cache]
with grammar lifetime parametersclippy::redundant_closure_call
lint in generated grammar (Clippy warnings after upgrade to 0.7 #258)Breaking changes
Most users will not require changes to upgrade from 0.7 to 0.8; these only affect advanced use cases.
'input
lifetime parameter toParseElem
trait so implementations can return tokens by reference. (ParseElem missing lifetime specifiers #268)Copy
onParseElem::Element
to better represent the expectation that they are cheap to copy/move.Contributors: @kevinmehall @zsol @neunenak @fgasperij
This discussion was created from the release 0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions