aboutsummaryrefslogtreecommitdiff
path: root/lptree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change prefix of source files from 'lp' to 'lpl'Alexey Romanoff2021-08-161-88/+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 LPEGEduardo Bart2020-08-231-1/+1
|
* Updating LPegLabel to the codebase of LPeg(1.1.0?) ↵Sérgio Queiroz2019-08-051-3/+8
| | | | (https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e)
* Updating LPegLabel to the codebase of LPeg 1.0.2Sergio2019-06-211-1/+1
|
* Updating lpprint and removing label related fields from structsSérgio Queiroz2017-12-191-6/+2
|
* Removing code related to labeled choice and recovery operators and updating ↵Sérgio Queiroz2017-12-151-3/+1
| | | | tests
* Removing code related to previous recovery operator //{}Sérgio Queiroz2017-12-151-4/+1
|
* Updating the recovery mechanism when a label is thrownSérgio Queiroz2017-12-151-0/+1
|
* Reintroducing the labeled ordered choice (tests without it passed)Sergio Queiroz2017-07-061-1/+3
|
* Updating lpeglabel to the codebase of LPeg 1.0.1Sergio Queiroz2017-07-061-25/+32
|
* Removing labeled choice, updating testlabel, and disabling an optmization ↵Sergio Queiroz2016-11-101-1/+1
| | | | related to Throw
* Implementing the recovery operatorSergio Queiroz2016-07-141-1/+1
|
* Changing the LPegLabel to support up to 255 labelsSergio Queiroz2016-07-011-3/+6
|
* Creating the git repository with the current implementation.Sergio Medeiros2014-10-291-0/+79