index
:
lpeglabel
farthestFail
lpeg-0.12
lpeg-1.0.0
master
newline
relabel-recovery
typedlua
v1.5
A mirror of https://github.com/sqmedeiros/lpeglabel.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lptree.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-13
Updating examples and documentation to match the new API
Sergio Queiroz
6
-30
/
+39
2016-06-13
Updating tests to match the new API,
Sergio Queiroz
1
-37
/
+86
2016-06-02
Moving error to a higher level
Undecidable Robot
1
-2
/
+2
2016-05-31
Clarifying adjustment in code
Undecidable Robot
1
-3
/
+4
2016-05-31
Adding descriptions and reorganizing tests
Undecidable Robot
1
-175
/
+257
2016-05-31
Cleaning up the code
Undecidable Robot
2
-23
/
+31
2016-05-31
Changing handling of non-syntax errors
Undecidable Robot
2
-48
/
+41
2016-05-30
Slightly adjusting tests
Undecidable Robot
1
-9
/
+17
2016-05-30
Splitting lines properly (when empty lines exist)
Undecidable Robot
2
-5
/
+10
2016-05-30
Fixing bug in recovery
Undecidable Robot
2
-1
/
+9
2016-05-30
Fixing error checking spacing issue
Undecidable Robot
1
-8
/
+6
2016-05-30
Automating testing of errors
Undecidable Robot
1
-155
/
+604
2016-05-30
Moving errors to their own line
Undecidable Robot
1
-1
/
+1
2016-05-27
Fixing a bug reported by Matthew Allen.
Sergio Queiroz
2
-1
/
+13
2016-05-24
Renaming a few rules for clarity
Undecidable Robot
1
-14
/
+15
2016-05-24
Making function declarations consistent
Undecidable Robot
1
-4
/
+3
2016-05-24
Improving error recovery via skipping
Undecidable Robot
1
-5
/
+8
2016-05-24
Improving error reporting on end of lines
Undecidable Robot
2
-1
/
+7
2016-05-24
Enabling the recovery from all labels
Undecidable Robot
2
-6
/
+20
2016-05-23
Improving error reporting of unterminated strings and character classes
Undecidable Robot
2
-6
/
+19
2016-05-23
Preventing the skipping of whitespace in error reports and cleaning code form...
Undecidable Robot
2
-47
/
+63
2016-05-22
Cleaning up dummy patterns
Undecidable Robot
1
-4
/
+5
2016-05-21
Refacotring grammar to reuse the labels variable
Undecidable Robot
1
-6
/
+4
2016-05-21
Fixing minor memory leak in error reporting
Undecidable Robot
1
-2
/
+2
2016-05-21
Improving error handling of unterminated character classes
Undecidable Robot
2
-2
/
+6
2016-05-21
Shortening the position in error messages
Undecidable Robot
1
-1
/
+1
2016-05-21
Converting tabs to spaces and removing trailing whitespace
Undecidable Robot
1
-17
/
+17
2016-05-21
Making use of mnemonics and simplifying error messages
Undecidable Robot
1
-86
/
+127
2016-05-16
Adding better handling of unterminated strings
Undecidable Robot
2
-4
/
+8
2016-05-16
Making skips in error recovery more intelligent
Undecidable Robot
2
-5
/
+15
2016-05-16
Fixing odd bug in the unification of ordered and labled choice
Undecidable Robot
1
-2
/
+2
2016-05-16
Unifying ordered choice and labeled choice
Undecidable Robot
1
-3
/
+2
2016-05-16
Adding line preview to error messages
Undecidable Robot
1
-0
/
+5
2016-05-16
Removing trailing newline in error reports
Undecidable Robot
1
-6
/
+5
2016-05-16
Improving reporting of column numbers in errors
Undecidable Robot
1
-0
/
+1
2016-05-16
Unifying reporting of syntactic and semantic error messages
Undecidable Robot
2
-9
/
+38
2016-05-16
Removing unnecessary pattern from old error detection
Undecidable Robot
1
-6
/
+1
2016-05-16
Adding error recovery to some missing closing tokens
Undecidable Robot
2
-2
/
+12
2016-05-13
Removing old error message code
Undecidable Robot
1
-7
/
+0
2016-05-12
Adding a basic error recovery mechanism
Undecidable Robot
2
-29
/
+45
2016-05-07
Adding proper error messages
Undecidable Robot
1
-1
/
+37
2016-05-07
Adding line and column number to error messages
Undecidable Robot
1
-2
/
+11
2016-05-07
Annotating relabel grammar with labels
Undecidable Robot
2
-26
/
+28