Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change prefix of source files from 'lp' to 'lpl' | Alexey Romanoff | 2021-08-16 | 1 | -275/+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 | ||||
* | Updating LPegLabel to the codebase of LPeg(1.1.0?) ↵ | Sérgio Queiroz | 2019-08-05 | 1 | -20/+34 |
| | | | | (https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e) | ||||
* | Updating LPegLabel to the codebase of LPeg 1.0.2 | Sergio | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Implementing the new semantics of predicates when a label is thrown | Sérgio Queiroz | 2017-12-27 | 1 | -2/+3 |
| | |||||
* | Updating lpprint and removing label related fields from structs | Sérgio Queiroz | 2017-12-19 | 1 | -5/+8 |
| | |||||
* | Updating code to use the new syntax/semantics of labels | Sérgio Queiroz | 2017-12-18 | 1 | -9/+3 |
| | |||||
* | Reintroducing the labeled ordered choice (tests without it passed) | Sergio Queiroz | 2017-07-06 | 1 | -4/+4 |
| | |||||
* | Updating lpeglabel to the codebase of LPeg 1.0.1 | Sergio Queiroz | 2017-07-06 | 1 | -11/+11 |
| | |||||
* | Minor bug when printing a recovery pattern | sergio | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Removing labeled choice, updating testlabel, and disabling an optmization ↵ | Sergio Queiroz | 2016-11-10 | 1 | -2/+2 |
| | | | | related to Throw | ||||
* | Implementing the recovery operator | Sergio Queiroz | 2016-07-14 | 1 | -4/+4 |
| | |||||
* | Changing the LPegLabel to support up to 255 labels | Sergio Queiroz | 2016-07-01 | 1 | -4/+5 |
| | |||||
* | Updating lpeglabel to lpeg-1.0 | Sergio Queiroz | 2016-06-27 | 1 | -4/+4 |
| | |||||
* | Updating to lpeg 0.12.2 | Sergio Medeiros | 2015-03-23 | 1 | -10/+9 |
| | |||||
* | Updating printree | Sergio Medeiros | 2014-10-30 | 1 | -2/+10 |
| | |||||
* | Creating the git repository with the current implementation. | Sergio Medeiros | 2014-10-29 | 1 | -0/+255 |