Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
|/ | ||||||
* | Merge pull request #4 from andremm/typedlua | Sérgio Medeiros | 2015-10-16 | 5 | -0/+3006 | |
|\ | | | | | Adding Typed Lua parser to examples | |||||
| * | Fixing Typed Lua parser to use label failure position instead of farthest ↵typedlua | Andre Murbach Maidl | 2015-10-13 | 2 | -44/+44 | |
| | | | | | | | | failure position | |||||
| * | Adding some unusual annotations | Andre Murbach Maidl | 2015-10-07 | 4 | -13/+19 | |
| | | ||||||
| * | Adding labels and messages for malformed expressions | Andre Murbach Maidl | 2015-10-07 | 3 | -20/+34 | |
| | | ||||||
| * | Adding some missing annotations due to MAXLABELS limitation to 32 labels | Andre Murbach Maidl | 2015-10-07 | 3 | -7/+10 | |
| | | ||||||
| * | Annotating Typed Lua parser | Andre Murbach Maidl | 2015-10-05 | 5 | -76/+2733 | |
| | | ||||||
| * | Adding Typed Lua parser | Andre Murbach Maidl | 2015-10-04 | 3 | -0/+326 | |
| | | ||||||
* | | Merge pull request #3 from andremm/maxlabels | Sérgio Medeiros | 2015-10-16 | 2 | -10/+10 | |
|\ \ | | | | | | | Increasing MAXLABELS from 32 to 64 | |||||
| * | | Increasing MAXLABELS from 32 to 64 | Andre Murbach Maidl | 2015-10-15 | 2 | -10/+10 | |
|/ / | ||||||
* | | Merge pull request #2 from andremm/checkinteger | Sérgio Medeiros | 2015-10-15 | 1 | -2/+2 | |
|\ \ | |/ |/| | Using luaL_checkinteger instead of luaL_checkint | |||||
| * | Using luaL_checkinteger instead of luaL_checkint | Andre Murbach Maidl | 2015-10-01 | 1 | -2/+2 | |
|/ | ||||||
* | Result of an unsuccessful matching is label + subject | Sergio Queiroz | 2015-09-11 | 4 | -7/+19 | |
| | ||||||
* | Updating test files to require "relabel" instead of "re" | Sergio Queiroz | 2015-06-16 | 2 | -2/+2 | |
| | ||||||
* | Small update of lpeg.htmlv0.12.2 | Sergio Medeiros | 2015-03-23 | 1 | -34/+38 | |
| |