Skip to content

Releases: andremm/lua-parser

Returning the detailed error

03 Feb 12:26
Compare
Choose a tag to compare

Adding latest commits to include a new feature to return the detailed error.

Thanks for @E-Fir and @tst2005 for their contribution on this feature.

Fixing issues in rockspec

15 May 18:58
Compare
Choose a tag to compare

Fixing issues in the rockspec of the previous release and adding latest commits.

Requiring LPegLabel 1.6.0

26 Oct 16:45
Compare
Choose a tag to compare

LPegLabel is returning the subject position (number) related to the error instead of the subject itself (string) where the failure occurred, as it used to be until LPegLabel 1.4.0. This version fixes the code to use the new LPegLabel approach and sets the rockspec to avoid installing previous versions of LPegLabel that would regress the fix. LPegLabel 1.5.0 is being skipped because it has a head fail optimization bug that is fixed in LPegLabel 1.6.0.

Moving from LPeg to LPegLabel

15 Dec 18:29
Compare
Choose a tag to compare

This release uses LPegLabel to give better error messages while parsing Lua code.

Thanks to @undecidabot and @sqmedeiros for their work on this release.

Updating lua-parser to support the syntax of Lua 5.3

07 Aug 11:28
Compare
Choose a tag to compare