aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improving error recovery via skippingUndecidable Robot2016-05-241-5/+8
| |
| * Improving error reporting on end of linesUndecidable Robot2016-05-242-1/+7
| |
| * Enabling the recovery from all labelsUndecidable Robot2016-05-242-6/+20
| |
| * Improving error reporting of unterminated strings and character classesUndecidable Robot2016-05-232-6/+19
| |
| * Preventing the skipping of whitespace in error reports and cleaning code ↵Undecidable Robot2016-05-232-47/+63
| | | | | | | | formatting
| * Cleaning up dummy patternsUndecidable Robot2016-05-221-4/+5
| |
| * Refacotring grammar to reuse the labels variableUndecidable Robot2016-05-211-6/+4
| |
| * Fixing minor memory leak in error reportingUndecidable Robot2016-05-211-2/+2
| |
| * Improving error handling of unterminated character classesUndecidable Robot2016-05-212-2/+6
| |
| * Shortening the position in error messagesUndecidable Robot2016-05-211-1/+1
| |
| * Converting tabs to spaces and removing trailing whitespaceUndecidable Robot2016-05-211-17/+17
| |
| * Making use of mnemonics and simplifying error messagesUndecidable Robot2016-05-211-86/+127
| |
| * Adding better handling of unterminated stringsUndecidable Robot2016-05-162-4/+8
| |
| * Making skips in error recovery more intelligentUndecidable Robot2016-05-162-5/+15
| |
| * Fixing odd bug in the unification of ordered and labled choiceUndecidable Robot2016-05-161-2/+2
| |
| * Unifying ordered choice and labeled choiceUndecidable Robot2016-05-161-3/+2
| |
| * Adding line preview to error messagesUndecidable Robot2016-05-161-0/+5
| |
| * Removing trailing newline in error reportsUndecidable Robot2016-05-161-6/+5
| |
| * Improving reporting of column numbers in errorsUndecidable Robot2016-05-161-0/+1
| |
| * Unifying reporting of syntactic and semantic error messagesUndecidable Robot2016-05-162-9/+38
| |
| * 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
|\ | | | | Updating to support Lua 5.1
| * 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
|\ | | | | Adding Typed Lua parser to examples
| * Fixing Typed Lua parser to use label failure position instead of farthest ↵typedluaAndre Murbach Maidl2015-10-132-44/+44
| | | | | | | | failure position
| * 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 64
| * | 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_checkint
| * 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
| | | | Adding examples, README and lpeglabel.html
* 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
|