Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Fixing odd bug in the unification of ordered and labled choice | Undecidable Robot | 2016-05-16 | 1 | -2/+2 |
| | | |||||
| * | Unifying ordered choice and labeled choice | Undecidable Robot | 2016-05-16 | 1 | -3/+2 |
| | | |||||
| * | Adding line preview to error messages | Undecidable Robot | 2016-05-16 | 1 | -0/+5 |
| | | |||||
| * | Removing trailing newline in error reports | Undecidable Robot | 2016-05-16 | 1 | -6/+5 |
| | | |||||
| * | Improving reporting of column numbers in errors | Undecidable Robot | 2016-05-16 | 1 | -0/+1 |
| | | |||||
| * | Unifying reporting of syntactic and semantic error messages | Undecidable Robot | 2016-05-16 | 2 | -9/+38 |
| | | |||||
| * | Removing unnecessary pattern from old error detection | Undecidable Robot | 2016-05-16 | 1 | -6/+1 |
| | | |||||
| * | Adding error recovery to some missing closing tokens | Undecidable Robot | 2016-05-16 | 2 | -2/+12 |
| | | |||||
| * | Removing old error message code | Undecidable Robot | 2016-05-13 | 1 | -7/+0 |
| | | |||||
| * | Adding a basic error recovery mechanism | Undecidable Robot | 2016-05-12 | 2 | -29/+45 |
| | | |||||
| * | Adding proper error messages | Undecidable Robot | 2016-05-07 | 1 | -1/+37 |
| | | |||||
| * | Adding line and column number to error messages | Undecidable Robot | 2016-05-07 | 1 | -2/+11 |
| | | |||||
| * | Annotating relabel grammar with labels | Undecidable Robot | 2016-05-07 | 2 | -26/+28 |
| | | |||||
| * | Adding tests for relabel compile errors | Undecidable Robot | 2016-05-07 | 1 | -0/+112 |
|/ | |||||
* | Merge pull request #5 from undecidabot/master | Sérgio Medeiros | 2016-04-28 | 4 | -3/+68 |
|\ | | | | | Updating to support Lua 5.1 | ||||
| * | Adding rockspecs | Undecidable Robot | 2016-04-28 | 2 | -0/+64 |
| | | |||||
| * | Updating to support Lua 5.1 | Undecidable Robot | 2016-04-28 | 2 | -3/+4 |
|/ |