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

Added "wordy" `as` and `from` combinators #204

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Fixes #187. Adds the as combinator to alias #>, and additionally adds the symmetric from combinator to alias <# on the generic bridges.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 8c4e8dad 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.8% (0.0% change).

View more on Code Climate.