Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small improvementsHEADmaster | Roberto Ierusalimschy | 2024-06-17 | 1 | -9/+21 |
| | |||||
* | Removed protocol ('http') from links in documentationv1.1.0 | Roberto Ierusalimschy | 2023-06-26 | 1 | -9/+9 |
| | |||||
* | Fold capture deprecated | Roberto Ierusalimschy | 2023-06-23 | 1 | -52/+16 |
| | |||||
* | Improved documentation for accumulator captures | Roberto Ierusalimschy | 2023-06-22 | 1 | -42/+52 |
| | |||||
* | Some fixes in vibibility check for back captures | Roberto Ierusalimschy | 2023-06-19 | 1 | -31/+44 |
| | |||||
* | First implementation for the accumulator capture | Roberto Ierusalimschy | 2023-06-06 | 1 | -9/+80 |
| | |||||
* | Documentation | Roberto Ierusalimschy | 2023-04-10 | 1 | -89/+3 |
| | | | | | Removed '$Id' from all files + updated copyright year + other changes in comments and documentation | ||||
* | Added small note about LuaRocks in the Web page | Roberto Ierusalimschy | 2019-05-28 | 1 | -0/+7 |
| | |||||
* | 'lpeg.version' changed to a string | Roberto Ierusalimschy | 2019-04-22 | 1 | -5/+5 |
| | |||||
* | Implementation of UTF-8 ranges | Roberto Ierusalimschy | 2019-04-17 | 1 | -0/+12 |
| | | | | | New constructor 'lpeg.utfR(from, to)' creates a pattern that matches UTF-8 byte sequences representing code points in the range [from, to]. | ||||
* | Some details before release 1.0.2v1.0.2 | Roberto Ierusalimschy | 2019-03-11 | 1 | -8/+2 |
| | | | | | | | - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif' | ||||
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2019-02-20 | 1 | -1/+1 |
| | | | | | Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name. | ||||
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+1445 |
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS. |