aboutsummaryrefslogtreecommitdiff
path: root/relabel.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating relabel to use the new semantics of m.TSérgio Queiroz2017-12-191-43/+33
|
* Removing function 'setlabels' from relabelSérgio Queiroz2017-12-191-5/+0
|
* Updating relabel's parser after removing /{} and //{}Sérgio Queiroz2017-12-191-35/+3
|
* Updating code to use the new syntax/semantics of labelsSérgio Queiroz2017-12-181-11/+4
|
* Updating the examples since lpeglabel now returns an error position instead ↵Sérgio Queiroz2017-12-081-4/+4
| | | | of a string and p^lab is syntatic sugar
* Adding p^name as syntactic sugar for p / T(name) in relabelSérgio Queiroz2017-12-051-2/+10
|
* Cleaning the codeSergio Queiroz2017-07-061-7/+0
|
* Reintroducing the labeled ordered choice (tests without it passed)Sergio Queiroz2017-07-061-6/+24
|
* Fixing bug when getting the length of a tableSergio Queiroz2017-06-231-2/+2
|
* Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"Sergio Queiroz2016-12-161-1/+1
|
* Renaming "relabelrec" to "relabel"Sergio Queiroz2016-12-161-0/+398
|
* Removing labeled choice, updating testlabel, and disabling an optmization ↵Sergio Queiroz2016-11-101-457/+0
| | | | related to Throw
* Fixing a bug in lpvm.c (now the tests passed)Sergio Queiroz2016-09-211-1/+1
|
* Adding function 'calcline' to relabel and updating documentation/examplesSergio Queiroz2016-07-011-1/+10
|
* Moving error to a higher levelUndecidable Robot2016-06-021-2/+2
|
* Clarifying adjustment in codeUndecidable Robot2016-05-311-3/+4
|
* Cleaning up the codeUndecidable Robot2016-05-311-23/+30
|
* Changing handling of non-syntax errorsUndecidable Robot2016-05-311-27/+24
|
* Splitting lines properly (when empty lines exist)Undecidable Robot2016-05-301-2/+8
|
* Fixing bug in recoveryUndecidable Robot2016-05-301-1/+1
|
* Moving errors to their own lineUndecidable Robot2016-05-301-1/+1
|
* Renaming a few rules for clarityUndecidable Robot2016-05-241-14/+15
|
* Making function declarations consistentUndecidable Robot2016-05-241-4/+3
|
* Improving error recovery via skippingUndecidable Robot2016-05-241-5/+8
|
* Improving error reporting on end of linesUndecidable Robot2016-05-241-1/+6
|
* Enabling the recovery from all labelsUndecidable Robot2016-05-241-5/+15
|
* Improving error reporting of unterminated strings and character classesUndecidable Robot2016-05-231-5/+11
|
* Preventing the skipping of whitespace in error reports and cleaning code ↵Undecidable Robot2016-05-231-47/+59
| | | | 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-211-1/+1
|
* 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-161-3/+3
|
* Making skips in error recovery more intelligentUndecidable Robot2016-05-161-2/+7
|
* 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-161-7/+22
|
* Removing unnecessary pattern from old error detectionUndecidable Robot2016-05-161-6/+1
|
* Adding error recovery to some missing closing tokensUndecidable Robot2016-05-161-1/+6
|
* Removing old error message codeUndecidable Robot2016-05-131-7/+0
|
* Adding a basic error recovery mechanismUndecidable Robot2016-05-121-28/+43
|
* 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-071-25/+27
|