Parsley 2.3.0
This release merges the #42 and #43 PRs.
What's New
- Added
reduceLeft
,reduceLeftOption
,reduceRight
,reduceRightOption
combinators - Added the
zip
alias to<~>
- Improved performance of
foldLeft
andfoldLeft1
- Slight performance improvement for
chain.left1
andchain.left
- Added
parseFromFile
method to parsers