Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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" | |||||
| * | Renaming a few rules for clarity | Undecidable Robot | 2016-05-24 | 1 | -14/+15 | |
| | | ||||||
| * | Making function declarations consistent | Undecidable Robot | 2016-05-24 | 1 | -4/+3 | |
| | | ||||||
| * | Improving error recovery via skipping | Undecidable Robot | 2016-05-24 | 1 | -5/+8 | |
| | | ||||||
| * | Improving error reporting on end of lines | Undecidable Robot | 2016-05-24 | 2 | -1/+7 | |
| | | ||||||
| * | Enabling the recovery from all labels | Undecidable Robot | 2016-05-24 | 2 | -6/+20 | |
| | | ||||||
| * | Improving error reporting of unterminated strings and character classes | Undecidable Robot | 2016-05-23 | 2 | -6/+19 | |
| | | ||||||
| * | Preventing the skipping of whitespace in error reports and cleaning code ↵ | Undecidable Robot | 2016-05-23 | 2 | -47/+63 | |
| | | | | | | | | formatting | |||||
| * | Cleaning up dummy patterns | Undecidable Robot | 2016-05-22 | 1 | -4/+5 | |
| | | ||||||
| * | Refacotring grammar to reuse the labels variable | Undecidable Robot | 2016-05-21 | 1 | -6/+4 | |
| | | ||||||
| * | Fixing minor memory leak in error reporting | Undecidable Robot | 2016-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | Improving error handling of unterminated character classes | Undecidable Robot | 2016-05-21 | 2 | -2/+6 | |
| | | ||||||
| * | Shortening the position in error messages | Undecidable Robot | 2016-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | Converting tabs to spaces and removing trailing whitespace | Undecidable Robot | 2016-05-21 | 1 | -17/+17 | |
| | | ||||||
| * | Making use of mnemonics and simplifying error messages | Undecidable Robot | 2016-05-21 | 1 | -86/+127 | |
| | | ||||||
| * | Adding better handling of unterminated strings | Undecidable Robot | 2016-05-16 | 2 | -4/+8 | |
| | | ||||||
| * | Making skips in error recovery more intelligent | Undecidable Robot | 2016-05-16 | 2 | -5/+15 | |
| | |