Parsley 4.4.0-M6
Pre-release
Pre-release
Added span
combinator, which allows for the extraction of the input consumed by a parser, as well as an optimisation that tries to drop the generation of results in parsers whose results are not needed. Added first-class combinator support for the Preventative Error pattern in parsley.errors.patterns
. The debug
combinator now supports any number of registers to be specified, allowing for tracking values within the state in a user-friendly way.
What's Changed
- Wiki migration to
sbt-typelevel-site
by @roccojiang in #213
New Contributors
- @roccojiang made their first contribution in #213
Full Changelog: v4.4.0-M5...v4.4.0-M6