We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50db4b0 commit a8ecb39Copy full SHA for a8ecb39
CHANGELOG.md
@@ -5,12 +5,12 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+- Fix semantics of endBy and sepEndBy parser combinators (#84 by @chtenb)
9
10
New features:
11
12
Bugfixes:
13
- Do not export `chainl'` and `chainr'` helper functions (#84 by @chtenb)
-- Fix semantics of endBy and sepEndBy parser combinators (#84 by @chtenb)
14
- Issue #69: Fix regex parser to always wrap pattern inside `^(..)` (#80 by @chtenb)
15
16
Other improvements:
0 commit comments