Skip to content

Parsley 4.5.0

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 06 Jan 19:59
· 17 commits to master since this release
9df260f

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 Refs, 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

Full Changelog: v4.4.0...v4.5.0