aboutsummaryrefslogtreecommitdiff
path: root/test.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-08Using lua_tointerger instead of lua_tointegerx to keep compatibility with ↵Sérgio Queiroz1-5/+4
Lua 5.1
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 ↵Sérgio Queiroz4-37/+49
the subject position where the predicate started to match
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 ↵Sérgio Queiroz7-301/+102
tests
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 ↵Sérgio Queiroz9-40/+90
of a string and p^lab is syntatic sugar
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 ↵Sérgio Queiroz2-192/+192
(Issue 18)