Skip to content

Releases: j-mie6/parsley

Parsley 1.6.2

Choose a tag to compare

@j-mie6 j-mie6 released this 05 Jan 21:30
1c64f5f

This release incorporates the recent work on a widespread refactor. In the process, a couple of edge cases have been addressed and there is an assertion on LanguageDef to ensure that a multi-line comment is not a valid prefix of a single-line one.

Parsley 1.6.1

Choose a tag to compare

@j-mie6 j-mie6 released this 31 Dec 22:25
3934d87

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

Choose a tag to compare

@j-mie6 j-mie6 released this 09 Dec 15:30
bdd5a11

Added support for method based parser running and added the unsafe object.

Parsley 1.5.1

Choose a tag to compare

@j-mie6 j-mie6 released this 08 Dec 21:37
7d996c6

Bug fix from #12, the debug combinator's contextual information was clobbered by a compatibility fix.

Parsley 1.5.0

Choose a tag to compare

@j-mie6 j-mie6 released this 05 Dec 16:21
15b1007

This release standardises and unifies the 2.12 and 2.13 interfaces so that we can now use Maven Central to do the hosting.