Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding examples using the new recovery operator | Sergio Queiroz | 2016-07-15 | 2 | -0/+215 | |
| | ||||||
* | Merge branch 'master' of https://github.com/sqmedeiros/lpeglabel | Sergio Queiroz | 2016-07-14 | 3 | -0/+293 | |
|\ | ||||||
| * | Merge pull request #10 from undecidabot/master | Sérgio Medeiros | 2016-07-14 | 3 | -0/+293 | |
| |\ | | | | | | | Adding examples of error recovery | |||||
| | * | Switching to use lowercase function names for consistency | Undecidable Robot | 2016-07-11 | 2 | -16/+16 | |
| | | | ||||||
| | * | Adding comments to the recovery examples | Undecidable Robot | 2016-07-11 | 2 | -1/+61 | |
| | | | ||||||
| | * | Adding comments to the original expect example | Undecidable Robot | 2016-07-11 | 1 | -0/+18 | |
| | | | ||||||
| | * | Removing unused imports in the re recovery example | Undecidable Robot | 2016-07-11 | 1 | -5/+0 | |
| | | | ||||||
| | * | Switching to use the more idiomatic table.concat | Undecidable Robot | 2016-07-10 | 2 | -6/+6 | |
| | | | ||||||
| | * | Renaming the recovery examples | Undecidable Robot | 2016-07-07 | 2 | -0/+0 | |
| | | | ||||||
| | * | Adding relabel example with error recovery | Undecidable Robot | 2016-07-07 | 1 | -0/+114 | |
| | | | ||||||
| | * | Adding example with error recovery | Undecidable Robot | 2016-07-07 | 1 | -0/+106 | |
| | | | ||||||
* | | | Adding more tests | Sergio Queiroz | 2016-07-14 | 1 | -0/+138 | |
| | | | ||||||
* | | | Fixing a bug in lptree and testing the recovery operator | Sergio Queiroz | 2016-07-14 | 2 | -4/+21 | |
|/ / | ||||||
* / | Implementing the recovery operator | Sergio Queiroz | 2016-07-14 | 7 | -22/+123 | |
|/ | ||||||
* | Updating max number of labels in README.md | sergio | 2016-07-01 | 1 | -2/+2 | |
| | ||||||
* | Adding tests to check the limit of labels | Sergio Queiroz | 2016-07-01 | 1 | -0/+18 | |
| | ||||||
* | Adding function 'calcline' to relabel and updating documentation/examples | Sergio Queiroz | 2016-07-01 | 7 | -105/+250 | |
| | ||||||
* | Renaming testerrors.lua | Sergio Queiroz | 2016-07-01 | 1 | -0/+0 | |
| | ||||||
* | Updating code given that lpeglabel.T only throws one label | Sergio Queiroz | 2016-07-01 | 8 | -73/+33 | |
| | ||||||
* | Changing the LPegLabel to support up to 255 labels | Sergio Queiroz | 2016-07-01 | 10 | -107/+146 | |
| | ||||||
* | Keeping just one logo and updating documentation | Sergio Queiroz | 2016-06-28 | 3 | -2/+2 | |
| | ||||||
* | Still trying to adjust the logo | Sergio Queiroz | 2016-06-28 | 1 | -3/+1 | |
| | ||||||
* | Adding a logo with a lower resolution | Sergio Queiroz | 2016-06-28 | 2 | -4/+4 | |
| | ||||||
* | Trying to adjust the size of the logo | Sergio Queiroz | 2016-06-28 | 1 | -2/+2 | |
| | ||||||
* | Updating the documentation and the examples | Sergio Queiroz | 2016-06-28 | 7 | -589/+301 | |
| | ||||||
* | Adjusting things to improve documentation | Sergio Queiroz | 2016-06-28 | 2 | -0/+0 | |
| | ||||||
* | Removing 'print' statement | Sergio Queiroz | 2016-06-28 | 1 | -1/+0 | |
| | ||||||
* | Moving the content of lpeglabel.html to README | Sergio Queiroz | 2016-06-28 | 1 | -3/+586 | |
| | ||||||
* | Updating lpeglabel to lpeg-1.0 | Sergio Queiroz | 2016-06-27 | 11 | -101/+140 | |
| | ||||||
* | Merge pull request #9 from undecidabot/masterlpeg-0.12 | Sérgio Medeiros | 2016-06-23 | 1 | -0/+87 | |
|\ | | | | | Adding an example of LPegLabel with an "expect" function | |||||
| * | Fixing a typo in the example | Undecidable Robot | 2016-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Adding evaluation to the example | Undecidable Robot | 2016-06-16 | 1 | -12/+33 | |
| | | ||||||
| * | Adding a simple example using 'expect' | Undecidable Robot | 2016-06-16 | 1 | -0/+66 | |
|/ | ||||||
* | Adding a "HISTORY" file and updating documentation to make a new releasev0.12.2-2 | Sergio Queiroz | 2016-06-13 | 1 | -0/+10 | |
| | ||||||
* | Updating examples and documentation to match the new API | Sergio Queiroz | 2016-06-13 | 6 | -30/+39 | |
| | ||||||
* | Updating tests to match the new API, | Sergio Queiroz | 2016-06-13 | 1 | -37/+86 | |
| | | | | which returns a triple nil, label, inputSuffix | |||||
* | Moving error to a higher level | Undecidable Robot | 2016-06-02 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #7 from undecidabot/master | Undecidable Robot | 2016-05-31 | 4 | -78/+946 | |
|\ | | | | | Introducing error reporting and recovery to re(label) | |||||
| * | Clarifying adjustment in code | Undecidable Robot | 2016-05-31 | 1 | -3/+4 | |
| | | ||||||
| * | Adding descriptions and reorganizing tests | Undecidable Robot | 2016-05-31 | 1 | -175/+257 | |
| | | ||||||
| * | Cleaning up the code | Undecidable Robot | 2016-05-31 | 2 | -23/+31 | |
| | | ||||||
| * | Changing handling of non-syntax errors | Undecidable Robot | 2016-05-31 | 2 | -48/+41 | |
| | | ||||||
| * | Slightly adjusting tests | Undecidable Robot | 2016-05-30 | 1 | -9/+17 | |
| | | ||||||
| * | Splitting lines properly (when empty lines exist) | Undecidable Robot | 2016-05-30 | 2 | -5/+10 | |
| | | ||||||
| * | Fixing bug in recovery | Undecidable Robot | 2016-05-30 | 2 | -1/+9 | |
| | | ||||||
| * | Fixing error checking spacing issue | Undecidable Robot | 2016-05-30 | 1 | -8/+6 | |
| | | ||||||
| * | Automating testing of errors | Undecidable Robot | 2016-05-30 | 1 | -155/+604 | |
| | | ||||||
| * | Moving errors to their own line | Undecidable Robot | 2016-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/sqmedeiros/lpeglabel | Undecidable Robot | 2016-05-30 | 2 | -1/+13 | |
| |\ | |/ |/| | ||||||
* | | Fixing a bug reported by Matthew Allen. | Sergio Queiroz | 2016-05-27 | 2 | -1/+13 | |
| | | | | | | | | | | Result of p = m.Lc(m.P"A", m.P(true), 1) + m.P("B") was "nil" instead of "2" |