Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change prefix of source files from 'lp' to 'lpl' | Alexey Romanoff | 2021-08-16 | 1 | -157/+0 |
| | | | | | | | 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 | ||||
* | Fix name clashing issues with LPEG | Eduardo Bart | 2020-08-23 | 1 | -3/+3 |
| | |||||
* | Updating LPegLabel to the codebase of LPeg(1.1.0?) ↵ | Sérgio Queiroz | 2019-08-05 | 1 | -3/+5 |
| | | | | (https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e) | ||||
* | Updating LPegLabel to the codebase of LPeg 1.0.2 | Sergio | 2019-06-21 | 1 | -7/+3 |
| | |||||
* | Using the maximum number of rules allowed | Sergio Queiroz | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Fixing the version number | Sergio Queiroz | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | When matching a predicate, the position of the farthest failure may not be ↵ | Sérgio Queiroz | 2017-12-28 | 1 | -3/+1 |
| | | | | the subject position where the predicate started to match | ||||
* | Implementing the new semantics of predicates when a label is thrown | Sérgio Queiroz | 2017-12-27 | 1 | -0/+5 |
| | |||||
* | Removing code related to labeled choice and recovery operators and updating ↵ | Sérgio Queiroz | 2017-12-15 | 1 | -15/+0 |
| | | | | tests | ||||
* | Updating lpeglabel to the codebase of LPeg 1.0.1 | Sergio Queiroz | 2017-07-06 | 1 | -5/+5 |
| | |||||
* | Tracking the farthest failure position in case of a regular fail | Sergio Queiroz | 2017-01-03 | 1 | -0/+4 |
| | |||||
* | Updating code given that lpeglabel.T only throws one label | Sergio Queiroz | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Changing the LPegLabel to support up to 255 labels | Sergio Queiroz | 2016-07-01 | 1 | -12/+18 |
| | |||||
* | Updating lpeglabel to lpeg-1.0 | Sergio Queiroz | 2016-06-27 | 1 | -17/+17 |
| | |||||
* | Increasing MAXLABELS from 32 to 64 | Andre Murbach Maidl | 2015-10-15 | 1 | -3/+3 |
| | |||||
* | Updating to lpeg 0.12.2 | Sergio Medeiros | 2015-03-23 | 1 | -5/+8 |
| | |||||
* | Creating the git repository with the current implementation. | Sergio Medeiros | 2014-10-29 | 1 | -0/+158 |