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

Multiple labels in errors #198

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Allows for multiple labels to be applied for error messages, as per #193. This involves the removal of MultiExpectedError, as well as a generalisation of much of the system to Iterable[ErrorX] instead of Set or Option

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 27943848 and detected 0 issues on this pull request.

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

This pull request will bring the total coverage in the repository to 91.3% (0.0% change).

View more on Code Climate.