Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small improvementsHEADmaster | Roberto Ierusalimschy | 2024-06-17 | 1 | -0/+1 |
| | |||||
* | Added a README file | Roberto Ierusalimschy | 2023-06-23 | 1 | -3/+5 |
| | |||||
* | First implementation for the accumulator capture | Roberto Ierusalimschy | 2023-06-06 | 1 | -1/+1 |
| | |||||
* | Compact charsets used in trees, too. | Roberto Ierusalimschy | 2023-04-27 | 1 | -6/+7 |
| | |||||
* | New module 'lpcset' | Roberto Ierusalimschy | 2023-04-26 | 1 | -4/+4 |
| | | | | For code related to compact sets. | ||||
* | Details | Roberto Ierusalimschy | 2022-07-06 | 1 | -1/+2 |
| | |||||
* | Some details before release 1.0.2v1.0.2 | Roberto Ierusalimschy | 2019-03-11 | 1 | -2/+2 |
| | | | | | | | - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif' | ||||
* | Avoid stack overflow when handling nested captures | Roberto Ierusalimschy | 2019-02-20 | 1 | -2/+2 |
| | | | | | | The C code uses recursion to handle nested captures, so a too deep nesting could create a stack overflow. The fix limits the handling of nested captures to 'MAXRECLEVEL' (default is 200 levels). | ||||
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+55 |
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS. |