Skip to content

Releases: sqmedeiros/lpeglabel

v1.6.2-1

Choose a tag to compare

@sqmedeiros sqmedeiros released this 02 May 17:27
Preparing files to release 1.6.2

v1.6.1-1

Choose a tag to compare

@sqmedeiros sqmedeiros released this 23 Dec 19:15
Preparing files to release 1.6.1

v1.6.0-1

Choose a tag to compare

@sqmedeiros sqmedeiros released this 15 Oct 16:25
  • updating LPegLabel to the codebase of LPeg (1.1.0?)
  • fixing bug related to head fail optimization

Recovery Made Easier

Choose a tag to compare

@sqmedeiros sqmedeiros released this 08 Feb 18:19
v1.5.0-1

Adding rockspec to version v1.5

Reintroducing labeled choices

Choose a tag to compare

@sqmedeiros sqmedeiros released this 19 Jul 13:01
v1.4.0-1

Adding rockspec to version 1.4 (which reintroduces labeled choice)

Updating LPegLabel to the codebase of LPeg 1.0.1

Choose a tag to compare

@sqmedeiros sqmedeiros released this 06 Jul 14:53
v1.3.0-1

Creating rockspec for version 1.3.0

Farthest

Choose a tag to compare

@sqmedeiros sqmedeiros released this 04 Jan 18:05

Reporting the farthest failure position for ordinary failures

Introducing Recovery Grammars

Choose a tag to compare

@sqmedeiros sqmedeiros released this 16 Dec 18:38
v1.1.0-1

Adding rockspec to version 1.1.0-1

v1.0.0-1

Choose a tag to compare

@sqmedeiros sqmedeiros released this 01 Sep 19:19
Uptading HISTORY file to 1.0

v0.12.2-2

Choose a tag to compare

@sqmedeiros sqmedeiros released this 13 Jun 17:24
  • Changes from version 0.12.2-1 to 0.12.2-2

    • in case of a failure, "match" also returns a suffix of the input
    • improved error reporting for "relabel", thanks to Matthew Allen
    • limit of labels increased from 32 to 64, thanks to André Maidl
    • compiles with Lua 5.1, thanks to Matthew Allen
    • the throw operator now throws only one label
    • some bugs fixed