aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating documentation for version 1.5Sérgio Queiroz2017-12-292-16/+16
|
* Updating the documentationSérgio Queiroz2017-12-2910-3027/+73
|
* Updating examples to the new semanticsSérgio Queiroz2017-12-2811-265/+278
|
* Updating the examples since lpeglabel now returns an error position instead ↵Sérgio Queiroz2017-12-086-21/+34
| | | | of a string and p^lab is syntatic sugar
* Adding to README an example about farthest failureSergio Queiroz2017-01-041-0/+14
|
* Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"Sergio Queiroz2016-12-1611-17/+17
|
* Removing files related to the previous version (with labeled ordered choice)Sergio Queiroz2016-12-141-141/+0
|
* Removing example "recovery.lua"Sergio Queiroz2016-12-131-134/+0
|
* Updating documentantion and polishing examplessergio2016-12-094-68/+67
|
* 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-296-227/+20
|
* 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-143-10/+82
|
* Adding examples using the new recovery operatorSergio Queiroz2016-07-152-0/+215
|
* 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
|
* Adding example with error recoveryUndecidable Robot2016-07-071-0/+106
|
* Adding function 'calcline' to relabel and updating documentation/examplesSergio Queiroz2016-07-015-94/+49
|
* Updating the documentation and the examplesSergio Queiroz2016-06-286-82/+139
|
* Fixing a typo in the exampleUndecidable Robot2016-06-241-1/+1
|
* Adding evaluation to the exampleUndecidable Robot2016-06-161-12/+33
|
* Adding a simple example using 'expect'Undecidable Robot2016-06-161-0/+66
|
* Updating examples and documentation to match the new APISergio Queiroz2016-06-135-11/+11
|
* Fixing Typed Lua parser to use label failure position instead of farthest ↵typedluaAndre Murbach Maidl2015-10-132-44/+44
| | | | failure position
* Adding some unusual annotationsAndre Murbach Maidl2015-10-074-13/+19
|
* Adding labels and messages for malformed expressionsAndre Murbach Maidl2015-10-073-20/+34
|
* Adding some missing annotations due to MAXLABELS limitation to 32 labelsAndre Murbach Maidl2015-10-073-7/+10
|
* Annotating Typed Lua parserAndre Murbach Maidl2015-10-055-76/+2733
|
* Adding Typed Lua parserAndre Murbach Maidl2015-10-043-0/+326
|
* Result of an unsuccessful matching is label + subjectSergio Queiroz2015-09-111-3/+3
|
* Renaming "re.lua" to "relabel.lua".Sergio Medeiros2015-03-237-0/+343
Adding examples, README and lpeglabel.html