aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |\ | | | | | | Adding examples of error recovery
| | * 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 more testsSergio Queiroz2016-07-141-0/+138
| | |
* | | Fixing a bug in lptree and testing the recovery operatorSergio Queiroz2016-07-142-4/+21
|/ /
* / Implementing the recovery operatorSergio Queiroz2016-07-147-22/+123
|/
* Updating max number of labels in README.mdsergio2016-07-011-2/+2
|
* Adding tests to check the limit of labelsSergio Queiroz2016-07-011-0/+18
|
* Adding function 'calcline' to relabel and updating documentation/examplesSergio Queiroz2016-07-017-105/+250
|
* Renaming testerrors.luaSergio Queiroz2016-07-011-0/+0
|
* Updating code given that lpeglabel.T only throws one labelSergio Queiroz2016-07-018-73/+33
|
* Changing the LPegLabel to support up to 255 labelsSergio Queiroz2016-07-0110-107/+146
|
* Keeping just one logo and updating documentationSergio Queiroz2016-06-283-2/+2
|
* Still trying to adjust the logoSergio Queiroz2016-06-281-3/+1
|
* Adding a logo with a lower resolutionSergio Queiroz2016-06-282-4/+4
|
* Trying to adjust the size of the logoSergio Queiroz2016-06-281-2/+2
|
* Updating the documentation and the examplesSergio Queiroz2016-06-287-589/+301
|
* Adjusting things to improve documentationSergio Queiroz2016-06-282-0/+0
|
* Removing 'print' statementSergio Queiroz2016-06-281-1/+0
|
* Moving the content of lpeglabel.html to READMESergio Queiroz2016-06-281-3/+586
|
* Updating lpeglabel to lpeg-1.0Sergio Queiroz2016-06-2711-101/+140
|
* Merge pull request #9 from undecidabot/masterlpeg-0.12Sérgio Medeiros2016-06-231-0/+87
|\ | | | | Adding an example of LPegLabel with an "expect" function
| * 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
|/
* Adding a "HISTORY" file and updating documentation to make a new releasev0.12.2-2Sergio Queiroz2016-06-131-0/+10
|
* Updating examples and documentation to match the new APISergio Queiroz2016-06-136-30/+39
|
* Updating tests to match the new API,Sergio Queiroz2016-06-131-37/+86
| | | | which returns a triple nil, label, inputSuffix
* Moving error to a higher levelUndecidable Robot2016-06-021-2/+2
|
* Merge pull request #7 from undecidabot/masterUndecidable Robot2016-05-314-78/+946
|\ | | | | Introducing error reporting and recovery to re(label)
| * Clarifying adjustment in codeUndecidable Robot2016-05-311-3/+4
| |
| * Adding descriptions and reorganizing testsUndecidable Robot2016-05-311-175/+257
| |
| * Cleaning up the codeUndecidable Robot2016-05-312-23/+31
| |
| * Changing handling of non-syntax errorsUndecidable Robot2016-05-312-48/+41
| |
| * Slightly adjusting testsUndecidable Robot2016-05-301-9/+17
| |
| * Splitting lines properly (when empty lines exist)Undecidable Robot2016-05-302-5/+10
| |
| * Fixing bug in recoveryUndecidable Robot2016-05-302-1/+9
| |
| * Fixing error checking spacing issueUndecidable Robot2016-05-301-8/+6
| |
| * Automating testing of errorsUndecidable Robot2016-05-301-155/+604
| |
| * Moving errors to their own lineUndecidable Robot2016-05-301-1/+1
| |
| * Merge branch 'master' of https://github.com/sqmedeiros/lpeglabelUndecidable Robot2016-05-302-1/+13
| |\ | |/ |/|
* | Fixing a bug reported by Matthew Allen.Sergio Queiroz2016-05-272-1/+13
| | | | | | | | | | Result of p = m.Lc(m.P"A", m.P(true), 1) + m.P("B") was "nil" instead of "2"