aboutsummaryrefslogtreecommitdiff
path: root/lpprint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change prefix of source files from 'lp' to 'lpl'Alexey Romanoff2021-08-161-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 Queiroz2019-08-051-20/+34
| | | | (https://github.com/roberto-ieru/LPeg/tree/c2680687d148820847607e13ed7100e60d94c79e)
* Updating LPegLabel to the codebase of LPeg 1.0.2Sergio2019-06-211-1/+1
|
* Implementing the new semantics of predicates when a label is thrownSérgio Queiroz2017-12-271-2/+3
|
* Updating lpprint and removing label related fields from structsSérgio Queiroz2017-12-191-5/+8
|
* Updating code to use the new syntax/semantics of labelsSérgio Queiroz2017-12-181-9/+3
|
* Reintroducing the labeled ordered choice (tests without it passed)Sergio Queiroz2017-07-061-4/+4
|
* Updating lpeglabel to the codebase of LPeg 1.0.1Sergio Queiroz2017-07-061-11/+11
|
* Minor bug when printing a recovery patternsergio2016-12-091-1/+1
|
* Removing labeled choice, updating testlabel, and disabling an optmization ↵Sergio Queiroz2016-11-101-2/+2
| | | | related to Throw
* Implementing the recovery operatorSergio Queiroz2016-07-141-4/+4
|
* Changing the LPegLabel to support up to 255 labelsSergio Queiroz2016-07-011-4/+5
|
* Updating lpeglabel to lpeg-1.0Sergio Queiroz2016-06-271-4/+4
|
* Updating to lpeg 0.12.2Sergio Medeiros2015-03-231-10/+9
|
* Updating printreeSergio Medeiros2014-10-301-2/+10
|
* Creating the git repository with the current implementation.Sergio Medeiros2014-10-291-0/+255