Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Renaming "re.lua" to "relabel.lua". | Sergio Medeiros | 2015-03-23 | 11 | -0/+922 | |
| | | | | Adding examples, README and lpeglabel.html | |||||
* | Updating to lpeg 0.12.2 | Sergio Medeiros | 2015-03-23 | 14 | -358/+472 | |
| | ||||||
* | 'match' function now returns the 'nil' plus a list of labels | Sergio Medeiros | 2014-11-13 | 3 | -13/+22 | |
| | ||||||
* | Now it's possible to give names to labels in 're' | Sergio Medeiros | 2014-11-13 | 1 | -2/+8 | |
| | ||||||
* | Minor changes in lpcode.c | Sergio Medeiros | 2014-10-30 | 1 | -7/+6 | |
| | ||||||
* | Updating printree | Sergio Medeiros | 2014-10-30 | 1 | -2/+10 | |
| | ||||||
* | Adding tests related to predicates and repetition | Sergio Medeiros | 2014-10-30 | 1 | -22/+65 | |
| | ||||||
* | Creating the git repository with the current implementation. | Sergio Medeiros | 2014-10-29 | 15 | -0/+6037 | |
| | ||||||
* | Initial commit | Sérgio Medeiros | 2014-10-29 | 1 | -0/+22 | |