aboutsummaryrefslogtreecommitdiff
path: root/lptree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using lua_tointerger instead of lua_tointegerx to keep compatibility with ↵Sérgio Queiroz2018-02-081-5/+4
| | | | Lua 5.1
* The var that keeps the number of a label should be short instead of byteSérgio Queiroz2017-12-261-1/+1
|
* Updating lpprint and removing label related fields from structsSérgio Queiroz2017-12-191-15/+15
|
* Updating code to use the new syntax/semantics of labelsSérgio Queiroz2017-12-181-1/+9
|
* Removing code related to labeled choice and recovery operators and updating ↵Sérgio Queiroz2017-12-151-34/+2
| | | | tests
* Removing code related to previous recovery operator //{}Sérgio Queiroz2017-12-151-25/+4
|
* Updating the recovery mechanism when a label is thrownSérgio Queiroz2017-12-151-12/+20
|
* Using field 'key' to allow strings as labels (partial)Sérgio Queiroz2017-12-121-5/+13
|
* Returning the error position instead of a suffix of the original string ↵Sérgio Queiroz2017-10-041-1/+1
| | | | (Issue 18)
* Reintroducing the labeled ordered choice (tests without it passed)Sergio Queiroz2017-07-061-11/+24
|
* Updating lpeglabel to the codebase of LPeg 1.0.1Sergio Queiroz2017-07-061-7/+12
|
* Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"Sergio Queiroz2016-12-161-2/+2
|
* Changing documentation and examples with recoverySergio Queiroz2016-11-141-1/+1
|
* Removing labeled choice, updating testlabel, and disabling an optmization ↵Sergio Queiroz2016-11-101-18/+5
| | | | related to Throw
* Updating implementation of Recovery to follow Fabio's idea. Not compatible ↵Sergio Queiroz2016-09-091-3/+3
| | | | with labeled ordered choice
* Fixing a bug in lptree and testing the recovery operatorSergio Queiroz2016-07-141-1/+1
|
* Implementing the recovery operatorSergio Queiroz2016-07-141-4/+23
|
* Updating code given that lpeglabel.T only throws one labelSergio Queiroz2016-07-011-16/+8
|
* Changing the LPegLabel to support up to 255 labelsSergio Queiroz2016-07-011-44/+50
|
* Updating lpeglabel to lpeg-1.0Sergio Queiroz2016-06-271-48/+56
|
* Increasing MAXLABELS from 32 to 64Andre Murbach Maidl2015-10-151-7/+7
|
* Using luaL_checkinteger instead of luaL_checkintAndre Murbach Maidl2015-10-011-2/+2
|
* Result of an unsuccessful matching is label + subjectSergio Queiroz2015-09-111-2/+6
|
* Updating to lpeg 0.12.2Sergio Medeiros2015-03-231-179/+234
|
* 'match' function now returns the 'nil' plus a list of labelsSergio Medeiros2014-11-131-2/+12
|
* Creating the git repository with the current implementation.Sergio Medeiros2014-10-291-0/+1282