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
175 stars 15 forks source link

Labelled `character` combinators #177

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Added labels directly into the nodes in parsley.character, saving some allocation and work in backend for the in-built parsers.

codeclimate[bot] commented 1 year ago

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

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.0% (0.0% change).

View more on Code Climate.