aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating HISTORY and adding rockspec to version 1.2.0-1v1.2.0-1Sergio Queiroz2017-01-042-1/+39
* Adding to README an example about farthest failureSergio Queiroz2017-01-042-0/+37
* Updating README to mention the farthest failure position featureSergio Queiroz2017-01-031-10/+23
* Removing tests specific to farthest failure (put them in testlabel.lua)farthestFailSergio Queiroz2017-01-031-13/+0
* Tracking the farthest failure position in case of a regular failSergio Queiroz2017-01-034-92/+150
* Adding tests to check farthest failSergio Queiroz2017-01-021-0/+25
* Adding rockspec to version 1.1.0-1v1.1.0-1Sergio Queiroz2016-12-161-0/+32
* Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"Sergio Queiroz2016-12-1618-56/+56
* Renaming "relabelrec" to "relabel"Sergio Queiroz2016-12-161-0/+0
* Updating HISTORY to release version 1.1.0-1Sergio Queiroz2016-12-161-1/+7
* Updating error message related to / and //{}Sergio Queiroz2016-12-161-8/+10
* Updating tests of 'relabel' syntaxSergio Queiroz2016-12-161-19/+19
* Removing files related to the previous version (with labeled ordered choice)Sergio Queiroz2016-12-142-728/+0
* Fixing README.md after the mergeSergio Queiroz2016-12-131-114/+0
* Merge branch 'recoveryresume'Sergio Queiroz2016-12-1329-995/+1407
|\
| * Removing example "recovery.lua"Sergio Queiroz2016-12-131-134/+0
| * Updating documentantion and polishing examplessergio2016-12-095-301/+376
| * Minor bug when printing a recovery patternsergio2016-12-091-1/+1
| * Updating examples of READMESergio Queiroz2016-12-071-60/+65
| * Renaming files and removing example based on another versionSergio Queiroz2016-12-073-98/+0
| * New example shows how to build recovery grammar semiautomaticallySergio Queiroz2016-11-292-1/+134
| * Updating examplesSergio Queiroz2016-11-297-227/+29
| * Updating examples to use the recovery operatorSergio Queiroz2016-11-233-41/+43
| * Updating examples. Example recoveryFabio is not completeSergio Queiroz2016-11-186-112/+157
| * Updating examples using the recovery operatorSergio Queiroz2016-11-173-18/+119
| * Changing documentation and examples with recoverySergio Queiroz2016-11-146-69/+329
| * Removing labeled choice, updating testlabel, and disabling an optmization rel...Sergio Queiroz2016-11-109-288/+348
| * Adding new examples to testlabel.luaSergio Queiroz2016-10-111-0/+50
| * Now captures seems to work as expected in case of a recoverySergio Queiroz2016-09-211-3/+4
| * Fixing a bug in lpvm.c (now the tests passed)Sergio Queiroz2016-09-212-3/+3
| * Updating implementation of Recovery to follow Fabio's idea. Not compatible wi...Sergio Queiroz2016-09-097-60/+52
| * Removing "pk" from lpvm.cSergio Queiroz2016-07-221-7/+0
| * Changing the semantics of labels to recovery/resume (ILabChoice does not work)sergio2016-07-224-27/+92
* | Uptading HISTORY file to 1.0v1.0.0-1Sergio Queiroz2016-09-011-1/+11
* | Adding rockspeck to version 1.0.0-1Sergio Queiroz2016-09-011-0/+32
* | Merge pull request #14 from undecidabot/masterSérgio Medeiros2016-09-012-13/+128
|\ \
| * | Adding documentation for the recovery operatorUndecidable Robot2016-09-012-13/+128
|/ /
* | Updating re grammar so only one label can be thrownUndecidable Robot2016-08-202-9/+5
* | Merge pull request #11 from undecidabot/masterSérgio Medeiros2016-08-192-237/+28
|\ \ | |/ |/|
| * Removing error recovery (moving it out to a different branch)Undecidable Robot2016-08-182-237/+28
|/
* Adding examples using the new recovery operatorSergio Queiroz2016-07-152-0/+215
* Merge branch 'master' of https://github.com/sqmedeiros/lpeglabelSergio Queiroz2016-07-143-0/+293
|\
| * Merge pull request #10 from undecidabot/masterSérgio Medeiros2016-07-143-0/+293
| |\
| | * Switching to use lowercase function names for consistencyUndecidable Robot2016-07-112-16/+16
| | * Adding comments to the recovery examplesUndecidable Robot2016-07-112-1/+61
| | * Adding comments to the original expect exampleUndecidable Robot2016-07-111-0/+18
| | * Removing unused imports in the re recovery exampleUndecidable Robot2016-07-111-5/+0
| | * Switching to use the more idiomatic table.concatUndecidable Robot2016-07-102-6/+6
| | * Renaming the recovery examplesUndecidable Robot2016-07-072-0/+0
| | * Adding relabel example with error recoveryUndecidable Robot2016-07-071-0/+114