Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small improvementsHEADmaster | Roberto Ierusalimschy | 2024-06-17 | 5 | -11/+25 |
* | Removed protocol ('http') from links in documentationv1.1.0 | Roberto Ierusalimschy | 2023-06-26 | 3 | -14/+14 |
* | Missing files in 'pack' script | Roberto Ierusalimschy | 2023-06-23 | 1 | -2/+2 |
* | Added a README file | Roberto Ierusalimschy | 2023-06-23 | 3 | -4/+11 |
* | Copyright notice in module 're' | Roberto Ierusalimschy | 2023-06-23 | 2 | -34/+10 |
* | Fold capture deprecated | Roberto Ierusalimschy | 2023-06-23 | 1 | -52/+16 |
* | Improved documentation for accumulator captures | Roberto Ierusalimschy | 2023-06-22 | 3 | -59/+75 |
* | Accumulator pattern added to the 're' module | Roberto Ierusalimschy | 2023-06-22 | 2 | -8/+15 |
* | Detail in 're.lua' | Roberto Ierusalimschy | 2023-06-19 | 1 | -2/+2 |
* | Some fixes in vibibility check for back captures | Roberto Ierusalimschy | 2023-06-19 | 6 | -46/+97 |
* | Full captures can contain nested captures | Roberto Ierusalimschy | 2023-06-15 | 5 | -97/+173 |
* | Captures point to string positions using indices | Roberto Ierusalimschy | 2023-06-07 | 6 | -30/+60 |
* | First implementation for the accumulator capture | Roberto Ierusalimschy | 2023-06-06 | 8 | -22/+131 |
* | Code size stored in code itself | Roberto Ierusalimschy | 2023-05-29 | 7 | -28/+66 |
* | New type name 'uint' (unsigned int) | Roberto Ierusalimschy | 2023-04-28 | 5 | -17/+19 |
* | Small optimization in size of charset trees | Roberto Ierusalimschy | 2023-04-27 | 3 | -29/+35 |
* | New macros 'fillset' and 'clearset' | Roberto Ierusalimschy | 2023-04-27 | 6 | -11/+22 |
* | Compact charsets used in trees, too. | Roberto Ierusalimschy | 2023-04-27 | 9 | -120/+178 |
* | New module 'lpcset' | Roberto Ierusalimschy | 2023-04-26 | 4 | -79/+104 |
* | Instruction array grows by factor of 1.5 | Roberto Ierusalimschy | 2023-04-25 | 1 | -9/+18 |
* | Fixing several bugs left in previous commit | Roberto Ierusalimschy | 2023-04-25 | 3 | -22/+47 |
* | Smaller encoding for charsets in code | Roberto Ierusalimschy | 2023-04-24 | 3 | -75/+133 |
* | Towards a smaller encoding for charsets in code | Roberto Ierusalimschy | 2023-04-23 | 6 | -28/+69 |
* | Field Instruction.key put inside a union | Roberto Ierusalimschy | 2023-04-21 | 5 | -26/+28 |
* | Small extra test | Roberto Ierusalimschy | 2023-04-11 | 1 | -2/+6 |
* | Documentation | Roberto Ierusalimschy | 2023-04-10 | 15 | -134/+15 |
* | Capture-list grow factor changed to 1.5 | Roberto Ierusalimschy | 2022-12-09 | 1 | -2/+2 |
* | Clearer error message for 'pattern / nil' | Roberto Ierusalimschy | 2022-08-18 | 1 | -1/+3 |
* | Details | Roberto Ierusalimschy | 2022-07-06 | 3 | -5/+6 |
* | Better computation of size limit in 'growcap' | Roberto Ierusalimschy | 2022-02-22 | 1 | -4/+13 |
* | Bug: IBackCommit must remove dynamic captures, too | Roberto Ierusalimschy | 2019-07-19 | 3 | -1/+14 |
* | 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 | 4 | -14/+11 |
* | Implementation of UTF-8 ranges | Roberto Ierusalimschy | 2019-04-17 | 9 | -20/+222 |
* | Removed 'unsigned char' limit on number of rules in grammars | Roberto Ierusalimschy | 2019-04-14 | 7 | -48/+75 |
* | Some details before release 1.0.2v1.0.2 | Roberto Ierusalimschy | 2019-03-11 | 7 | -20/+107 |
* | Fixed bug when resizing capture list | Roberto Ierusalimschy | 2019-02-27 | 2 | -42/+51 |
* | Avoid stack overflow when handling nested captures | Roberto Ierusalimschy | 2019-02-20 | 5 | -20/+50 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2019-02-20 | 15 | -15/+15 |
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 18 | -0/+7899 |