Parsley 4.5.0
This is a minor release, which adds some new namings for existing combinators, and deprecates the old namings. Functionality in the Lexer
has been somewhat streamlined, registers are now known as Ref
s, and are in state
; all implicits are in syntax
; parseFile
is now available without any imports. Some combinators have moved to more appropriate homes.
Support for the parsley-debug
library is also included here, which allows for much more advanced debugging via the parsley.debugger
package. This requires an associated frontend to also be available on the classpath -- these have not been released yet.
What's Changed
- Runtime parser result debugger with frontend support by @MF42-DZH in #219
- Wiki Improvements by @j-mie6 in #214
- Deprecations for 5.x by @j-mie6 in #222
Full Changelog: v4.4.0...v4.5.0