aboutsummaryrefslogtreecommitdiff
path: root/lpeg.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small improvementsHEADmasterRoberto Ierusalimschy2024-06-171-9/+21
|
* Removed protocol ('http') from links in documentationv1.1.0Roberto Ierusalimschy2023-06-261-9/+9
|
* Fold capture deprecatedRoberto Ierusalimschy2023-06-231-52/+16
|
* Improved documentation for accumulator capturesRoberto Ierusalimschy2023-06-221-42/+52
|
* Some fixes in vibibility check for back capturesRoberto Ierusalimschy2023-06-191-31/+44
|
* First implementation for the accumulator captureRoberto Ierusalimschy2023-06-061-9/+80
|
* DocumentationRoberto Ierusalimschy2023-04-101-89/+3
| | | | | Removed '$Id' from all files + updated copyright year + other changes in comments and documentation
* Added small note about LuaRocks in the Web pageRoberto Ierusalimschy2019-05-281-0/+7
|
* 'lpeg.version' changed to a stringRoberto Ierusalimschy2019-04-221-5/+5
|
* Implementation of UTF-8 rangesRoberto Ierusalimschy2019-04-171-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.2Roberto Ierusalimschy2019-03-111-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 stringsRoberto Ierusalimschy2019-02-201-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 GITRoberto Ierusalimschy2019-02-201-0/+1445
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS.