j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

Exposed `DefaultErrorBuilder` helpers #205

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Exposes a bunch of the functionality with the DefaultErrorBuilder as standalone functions to allow for their reuse in other implementations. Closes #202

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 58e2c942 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Duplication 2

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 91.8%.

View more on Code Climate.