Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-25 | Adding a simple definition for LUAI_FUNC ↵ | Sergio | 1 | -0/+4 | |
(https://github.com/sqmedeiros/lpeglabel/issues/33) | |||||
2022-12-23 | Preparing files to release 1.6.1v1.6.1-1 | sqmedeiros | 4 | -3/+44 | |
2022-12-23 | Removing label ExpItem. Label MisClose8 signals a missing closing ']' or an ↵ | sqmedeiros | 2 | -24/+20 | |
empty char class | |||||
2022-07-08 | Fix calcline returning the wrong column | Validark | 1 | -2/+1 | |
Previously, column numbers would effectively start at 0, except the first character would register as 1 so the column numbers would go `11234567`. | |||||
2021-08-16 | change prefix of source files from 'lp' to 'lpl' | Alexey Romanoff | 13 | -54/+54 | |
To eliminate conflicts with the original LPeg: > $ lua -e "require 'lpeg'; require 'lpeglabel'; for _ in (require'lxsh').lexers.lua.gmatch('1') do end" lua: lpvm.c:347: match: Assertion `stack > getstackbase(L, ptop) && (stack - 1)->s != NULL' failed. Aborted | |||||
2020-08-23 | Fix name clashing issues with LPEG | Eduardo Bart | 6 | -23/+23 | |
2020-08-23 | Fix issue #27 | Eduardo Bart | 1 | -2/+4 | |
2020-07-31 | Allowing '\n' inside a string/char classnewline | Sérgio Queiroz | 1 | -3/+3 | |
2019-10-15 | Updating files to version 1.6.0v1.6.0-1 | Sergio | 4 | -3/+42 | |
2019-08-05 | Updating LPegLabel to the codebase of LPeg(1.1.0?) ↵ | Sérgio Queiroz | 9 | -99/+328 | |
(https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e) | |||||
2019-06-21 | Updating LPegLabel to the codebase of LPeg 1.0.2 | Sergio | 13 | -99/+152 | |
2019-01-24 | Using the maximum number of rules allowed | Sergio Queiroz | 1 | -1/+1 | |
2018-07-12 | Fixing the documentation related to p^l | Sergio Queiroz | 1 | -1/+1 | |
2018-06-05 | Fixing the version number | Sergio Queiroz | 1 | -1/+1 | |
2018-05-25 | Fixing bug related to a head fail optmization that skips a throw | Sergio Queiroz | 1 | -1/+1 | |