aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Removing unnecessary pattern from old error detectionUndecidable Robot2016-05-161-6/+1
| * Adding error recovery to some missing closing tokensUndecidable Robot2016-05-162-2/+12
| * Removing old error message codeUndecidable Robot2016-05-131-7/+0
| * Adding a basic error recovery mechanismUndecidable Robot2016-05-122-29/+45
| * Adding proper error messagesUndecidable Robot2016-05-071-1/+37
| * Adding line and column number to error messagesUndecidable Robot2016-05-071-2/+11
| * Annotating relabel grammar with labelsUndecidable Robot2016-05-072-26/+28
| * Adding tests for relabel compile errorsUndecidable Robot2016-05-071-0/+112
|/
* Merge pull request #5 from undecidabot/masterSérgio Medeiros2016-04-284-3/+68
|\
| * Adding rockspecsUndecidable Robot2016-04-282-0/+64
| * Updating to support Lua 5.1Undecidable Robot2016-04-282-3/+4
|/
* Merge pull request #4 from andremm/typedluaSérgio Medeiros2015-10-165-0/+3006
|\
| * Fixing Typed Lua parser to use label failure position instead of farthest fai...typedluaAndre Murbach Maidl2015-10-132-44/+44
| * Adding some unusual annotationsAndre Murbach Maidl2015-10-074-13/+19
| * Adding labels and messages for malformed expressionsAndre Murbach Maidl2015-10-073-20/+34
| * Adding some missing annotations due to MAXLABELS limitation to 32 labelsAndre Murbach Maidl2015-10-073-7/+10
| * Annotating Typed Lua parserAndre Murbach Maidl2015-10-055-76/+2733
| * Adding Typed Lua parserAndre Murbach Maidl2015-10-043-0/+326
* | Merge pull request #3 from andremm/maxlabelsSérgio Medeiros2015-10-162-10/+10
|\ \
| * | Increasing MAXLABELS from 32 to 64Andre Murbach Maidl2015-10-152-10/+10
|/ /
* | Merge pull request #2 from andremm/checkintegerSérgio Medeiros2015-10-151-2/+2
|\ \ | |/ |/|
| * Using luaL_checkinteger instead of luaL_checkintAndre Murbach Maidl2015-10-011-2/+2
|/
* Result of an unsuccessful matching is label + subjectSergio Queiroz2015-09-114-7/+19
* Updating test files to require "relabel" instead of "re"Sergio Queiroz2015-06-162-2/+2
* Small update of lpeg.htmlv0.12.2Sergio Medeiros2015-03-231-34/+38
* Renaming "re.lua" to "relabel.lua".Sergio Medeiros2015-03-2311-0/+922
* Updating to lpeg 0.12.2Sergio Medeiros2015-03-2314-358/+472
* 'match' function now returns the 'nil' plus a list of labelsSergio Medeiros2014-11-133-13/+22
* Now it's possible to give names to labels in 're'Sergio Medeiros2014-11-131-2/+8
* Minor changes in lpcode.cSergio Medeiros2014-10-301-7/+6
* Updating printreeSergio Medeiros2014-10-301-2/+10
* Adding tests related to predicates and repetitionSergio Medeiros2014-10-301-22/+65
* Creating the git repository with the current implementation.Sergio Medeiros2014-10-2915-0/+6037
* Initial commitSérgio Medeiros2014-10-291-0/+22