Skip to content

Commit 69420bd

Browse files
authoredJun 27, 2023
upgrade lpeg to 1.1.0 (#1766)
* upgrade lpeg to 1.1.0 * fix lpeg compiler error
1 parent 2f9d0c8 commit 69420bd

21 files changed

+1389
-736
lines changed
 

‎3rd/lpeg/HISTORY

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
HISTORY for LPeg 1.0.2
1+
HISTORY for LPeg 1.1.0
2+
3+
* Changes from version 1.0.2 to 1.1.0
4+
---------------------------------
5+
+ accumulator capture
6+
+ UTF-8 ranges
7+
+ Larger limit for number of rules in a grammar
8+
+ Larger limit for number of captures in a match
9+
+ bug fixes
10+
+ other small improvements
211

312
* Changes from version 1.0.1 to 1.0.2
413
---------------------------------

‎3rd/lpeg/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# LPeg - Parsing Expression Grammars For Lua
2+
3+
For more information,
4+
see [Lpeg](//www.inf.puc-rio.br/~roberto/lpeg/).

0 commit comments

Comments
 (0)