aboutsummaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some refactoring in debug codeRoberto Ierusalimschy2025-04-141-1/+1
| | | | | Functions lp_printtree and lp_printcode moved to lpprint.c, to concentrate there debug/testing code.
* New way to detect loops in 'verifyrule'Roberto Ierusalimschy2025-04-101-2/+2
| | | | | Instead of counting visits, mark each rule being visited, as is usual for detecting loops when traversing a graph.
* Small improvementsRoberto Ierusalimschy2024-06-171-0/+1
|
* Added a README fileRoberto Ierusalimschy2023-06-231-3/+5
|
* First implementation for the accumulator captureRoberto Ierusalimschy2023-06-061-1/+1
|
* Compact charsets used in trees, too.Roberto Ierusalimschy2023-04-271-6/+7
|
* New module 'lpcset'Roberto Ierusalimschy2023-04-261-4/+4
| | | | For code related to compact sets.
* DetailsRoberto Ierusalimschy2022-07-061-1/+2
|
* Some details before release 1.0.2v1.0.2Roberto Ierusalimschy2019-03-111-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 capturesRoberto Ierusalimschy2019-02-201-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 GITRoberto Ierusalimschy2019-02-201-0/+55
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS.