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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Using lua_tointerger instead of lua_tointegerx to keep compatibility with ↵
Sérgio Queiroz
2018-02-08
1
-5
/
+4
|
|
|
|
Lua 5.1
*
The var that keeps the number of a label should be short instead of byte
Sérgio Queiroz
2017-12-26
1
-1
/
+1
|
*
Updating lpprint and removing label related fields from structs
Sérgio Queiroz
2017-12-19
1
-15
/
+15
|
*
Updating code to use the new syntax/semantics of labels
Sérgio Queiroz
2017-12-18
1
-1
/
+9
|
*
Removing code related to labeled choice and recovery operators and updating ↵
Sérgio Queiroz
2017-12-15
1
-34
/
+2
|
|
|
|
tests
*
Removing code related to previous recovery operator //{}
Sérgio Queiroz
2017-12-15
1
-25
/
+4
|
*
Updating the recovery mechanism when a label is thrown
Sérgio Queiroz
2017-12-15
1
-12
/
+20
|
*
Using field 'key' to allow strings as labels (partial)
Sérgio Queiroz
2017-12-12
1
-5
/
+13
|
*
Returning the error position instead of a suffix of the original string ↵
Sérgio Queiroz
2017-10-04
1
-1
/
+1
|
|
|
|
(Issue 18)
*
Reintroducing the labeled ordered choice (tests without it passed)
Sergio Queiroz
2017-07-06
1
-11
/
+24
|
*
Updating lpeglabel to the codebase of LPeg 1.0.1
Sergio Queiroz
2017-07-06
1
-7
/
+12
|
*
Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"
Sergio Queiroz
2016-12-16
1
-2
/
+2
|
*
Changing documentation and examples with recovery
Sergio Queiroz
2016-11-14
1
-1
/
+1
|
*
Removing labeled choice, updating testlabel, and disabling an optmization ↵
Sergio Queiroz
2016-11-10
1
-18
/
+5
|
|
|
|
related to Throw
*
Updating implementation of Recovery to follow Fabio's idea. Not compatible ↵
Sergio Queiroz
2016-09-09
1
-3
/
+3
|
|
|
|
with labeled ordered choice
*
Fixing a bug in lptree and testing the recovery operator
Sergio Queiroz
2016-07-14
1
-1
/
+1
|
*
Implementing the recovery operator
Sergio Queiroz
2016-07-14
1
-4
/
+23
|
*
Updating code given that lpeglabel.T only throws one label
Sergio Queiroz
2016-07-01
1
-16
/
+8
|
*
Changing the LPegLabel to support up to 255 labels
Sergio Queiroz
2016-07-01
1
-44
/
+50
|
*
Updating lpeglabel to lpeg-1.0
Sergio Queiroz
2016-06-27
1
-48
/
+56
|
*
Increasing MAXLABELS from 32 to 64
Andre Murbach Maidl
2015-10-15
1
-7
/
+7
|
*
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
1
-2
/
+6
|
*
Updating to lpeg 0.12.2
Sergio Medeiros
2015-03-23
1
-179
/
+234
|
*
'match' function now returns the 'nil' plus a list of labels
Sergio Medeiros
2014-11-13
1
-2
/
+12
|
*
Creating the git repository with the current implementation.
Sergio Medeiros
2014-10-29
1
-0
/
+1282