aboutsummaryrefslogtreecommitdiff
path: root/rockspecs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-08Adding rockspec to version v1.5v1.5.0-1Sérgio Queiroz1-0/+32
2018-02-08Minor change in READMEv1.5Sérgio Queiroz1-2/+2
2018-02-08Using lua_tointerger instead of lua_tointegerx to keep compatibility with Lua...Sérgio Queiroz1-5/+4
2017-12-29Updating HISTORY and LICENSE to version 1.5Sérgio Queiroz2-2/+15
2017-12-29Updating documentation for version 1.5Sérgio Queiroz3-74/+91
2017-12-29Updating the documentationSérgio Queiroz11-3552/+314
2017-12-28When matching a predicate, the position of the farthest failure may not be th...Sérgio Queiroz4-37/+49
2017-12-28Updating examples to the new semanticsSérgio Queiroz12-269/+278
2017-12-27Implementing the new semantics of predicates when a label is thrownSérgio Queiroz6-50/+114
2017-12-26Exteding the stack with a field to store the label environmentSérgio Queiroz2-18/+41
2017-12-26The var that keeps the number of a label should be short instead of byteSérgio Queiroz3-3/+3
2017-12-19Updating lpprint and removing label related fields from structsSérgio Queiroz4-27/+26
2017-12-19Updating relabel to use the new semantics of m.TSérgio Queiroz1-43/+33
2017-12-19Removing function 'setlabels' from relabelSérgio Queiroz1-5/+0
2017-12-19Updating relabel's parser after removing /{} and //{}Sérgio Queiroz2-65/+14
2017-12-18Updating code to use the new syntax/semantics of labelsSérgio Queiroz6-573/+272
2017-12-15Removing code related to labeled choice and recovery operators and updating t...Sérgio Queiroz7-301/+102
2017-12-15Removing code related to previous recovery operator //{}Sérgio Queiroz7-80/+15
2017-12-15Updating the recovery mechanism when a label is thrownSérgio Queiroz8-101/+136
2017-12-12Using field 'key' to allow strings as labels (partial)Sérgio Queiroz4-14/+42
2017-12-08Updating the examples since lpeglabel now returns an error position instead o...Sérgio Queiroz9-40/+90
2017-12-05Adding p^name as syntactic sugar for p / T(name) in relabelSérgio Queiroz2-2/+223
2017-10-04Returning the error position instead of a suffix of the original string (Issu...Sérgio Queiroz2-192/+192