Parsley 4.2.2
Notice: this introduced a new bug in the fix applied in #157, which is equally as severe, avoid until 4.2.3
What's Changed
- Optimised the general unicode combinators for
Lexer
by @j-mie6 in #153 - Optimised
softKeyword
by @j-mie6 in #154 - Remove unnecessary
clear
during sequence merging by @j-mie6 in #157 - Optimised
softOperator
and addedTrie
implementation by @j-mie6 in #159
Bugs Fixed
- #156 where specific shapes of parser sequencing erroneously dropped some of the sub-parses (!!)
Full Changelog: v4.2.1...v4.2.2