| Commit message (Expand) | Author | Files | Lines |
2018-02-08 | Using lua_tointerger instead of lua_tointegerx to keep compatibility with Lua... | Sérgio Queiroz | 1 | -5/+4 |
2017-12-29 | Updating HISTORY and LICENSE to version 1.5 | Sérgio Queiroz | 2 | -2/+15 |
2017-12-29 | Updating documentation for version 1.5 | Sérgio Queiroz | 3 | -74/+91 |
2017-12-29 | Updating the documentation | Sérgio Queiroz | 11 | -3552/+314 |
2017-12-28 | When matching a predicate, the position of the farthest failure may not be th... | Sérgio Queiroz | 4 | -37/+49 |
2017-12-28 | Updating examples to the new semantics | Sérgio Queiroz | 12 | -269/+278 |
2017-12-27 | Implementing the new semantics of predicates when a label is thrown | Sérgio Queiroz | 6 | -50/+114 |
2017-12-26 | Exteding the stack with a field to store the label environment | Sérgio Queiroz | 2 | -18/+41 |
2017-12-26 | The var that keeps the number of a label should be short instead of byte | Sérgio Queiroz | 3 | -3/+3 |
2017-12-19 | Updating lpprint and removing label related fields from structs | Sérgio Queiroz | 4 | -27/+26 |
2017-12-19 | Updating relabel to use the new semantics of m.T | Sérgio Queiroz | 1 | -43/+33 |
2017-12-19 | Removing function 'setlabels' from relabel | Sérgio Queiroz | 1 | -5/+0 |
2017-12-19 | Updating relabel's parser after removing /{} and //{} | Sérgio Queiroz | 2 | -65/+14 |
2017-12-18 | Updating code to use the new syntax/semantics of labels | Sérgio Queiroz | 6 | -573/+272 |
2017-12-15 | Removing code related to labeled choice and recovery operators and updating t... | Sérgio Queiroz | 7 | -301/+102 |
2017-12-15 | Removing code related to previous recovery operator //{} | Sérgio Queiroz | 7 | -80/+15 |
2017-12-15 | Updating the recovery mechanism when a label is thrown | Sérgio Queiroz | 8 | -101/+136 |
2017-12-12 | Using field 'key' to allow strings as labels (partial) | Sérgio Queiroz | 4 | -14/+42 |
2017-12-08 | Updating the examples since lpeglabel now returns an error position instead o... | Sérgio Queiroz | 9 | -40/+90 |
2017-12-05 | Adding p^name as syntactic sugar for p / T(name) in relabel | Sérgio Queiroz | 2 | -2/+223 |
2017-10-04 | Returning the error position instead of a suffix of the original string (Issu... | Sérgio Queiroz | 2 | -192/+192 |