aboutsummaryrefslogtreecommitdiff
path: root/lpltypes.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-25Adding a simple definition for LUAI_FUNC ↵Sergio1-0/+4
(https://github.com/sqmedeiros/lpeglabel/issues/33)
2022-12-23Preparing files to release 1.6.1v1.6.1-1sqmedeiros4-3/+44
2022-12-23Removing label ExpItem. Label MisClose8 signals a missing closing ']' or an ↵sqmedeiros2-24/+20
empty char class
2022-07-08Fix calcline returning the wrong columnValidark1-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-16change prefix of source files from 'lp' to 'lpl'Alexey Romanoff13-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-23Fix name clashing issues with LPEGEduardo Bart6-23/+23
2020-08-23Fix issue #27Eduardo Bart1-2/+4
2020-07-31Allowing '\n' inside a string/char classnewlineSérgio Queiroz1-3/+3
2019-10-15Updating files to version 1.6.0v1.6.0-1Sergio4-3/+42
2019-08-05Updating LPegLabel to the codebase of LPeg(1.1.0?) ↵Sérgio Queiroz9-99/+328
(https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e)
2019-06-21Updating LPegLabel to the codebase of LPeg 1.0.2Sergio13-99/+152
2019-01-24Using the maximum number of rules allowedSergio Queiroz1-1/+1
2018-07-12Fixing the documentation related to p^lSergio Queiroz1-1/+1
2018-06-05Fixing the version numberSergio Queiroz1-1/+1
2018-05-25Fixing bug related to a head fail optmization that skips a throwSergio Queiroz1-1/+1