Releases: j-mie6/parsley
Releases · j-mie6/parsley
Parsley 1.6.1
This released fixes a bug which meant that operators and keywords parsed with TokenParser
do not respect the backtracking qualities they advertised. Additionally, small improvements to performance due to mass-refactoring.
Parsley 1.6.0
Added support for method based parser running and added the unsafe
object.
Parsley 1.5.1
Bug fix from #12, the debug combinator's contextual information was clobbered by a compatibility fix.
Parsley 1.5.0
This release standardises and unifies the 2.12 and 2.13 interfaces so that we can now use Maven Central to do the hosting.